Browse Source

🐛 : fix key error

install+cache
Jean-François GAUTREAU 6 years ago
parent
commit
12a0194f2d
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -11,6 +11,6 @@ jobs:
- run: yarn global add node-gyp && yarn install - run: yarn global add node-gyp && yarn install
- npm_cache_key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - npm_cache_key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
workflows: workflows:
yarn-build:
build:
jobs: jobs:
- build - build
Loading…
Cancel
Save