Browse Source

yarn install

pull/1/merge
Galimede 6 years ago
parent
commit
07ebc772e0
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -5,4 +5,4 @@ jobs:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1
steps: steps:
- checkout - checkout
- run: echo "hello world"
- run: yarn global add node-gyp && yarn install
Loading…
Cancel
Save