@ -12,10 +12,4 @@ jobs:
steps:
# Commands are run in a Windows virtual machine environment
- checkout
- restore_cache:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run:
name: Install node-gyp
command: yarn global add node-gyp && yarn install
- run: yarn global add node-gyp && yarn install