Browse Source

step 2 test 5

pull/1/merge
guidezSeb 6 years ago
parent
commit
3aabc3e0f1
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -12,4 +12,5 @@ jobs:
steps: steps:
# Commands are run in a Windows virtual machine environment # Commands are run in a Windows virtual machine environment
- checkout - checkout
- run: yarn global add node-gyp && yarn install
- run: yarn global add node-gyp
- run: yarn install
Loading…
Cancel
Save