Unverified Commit 763ef2d8 authored by yann300's avatar yann300 Committed by GitHub

Update config.yml

parent 0bf69632
......@@ -26,10 +26,10 @@ jobs:
- checkout
- restore_cache:
keys:
- dep-bundle-20-{{ checksum "package.json" }}
- dep-bundle-21-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-20-{{ checksum "package.json" }}
key: dep-bundle-21-{{ checksum "package.json" }}
paths:
- ~/repo/node_modules
- run: npm run lint && npm run test && npm run make-mock-compiler && npm run build
......@@ -46,10 +46,10 @@ jobs:
- checkout
- restore_cache:
keys:
- dep-bundle-15-{{ checksum "package.json" }}
- dep-bundle-16-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-15-{{ checksum "package.json" }}
key: dep-bundle-16-{{ checksum "package.json" }}
paths:
- ~/repo/node_modules
- run: npm run build_debugger
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment