Commit 48bfc179 authored by Mark Harding's avatar Mark Harding

(chore): cache node_modules for faster? builds

No related merge requests found
Pipeline #73890183 failed with stages
in 19 minutes and 11 seconds
......@@ -11,12 +11,21 @@ stages:
- staging
- deploy
cache:
paths:
- node_modules
policy: pull
test:
image: circleci/node:8-browsers
stage: test
script:
- npm install # Should be cached...
#- npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
cache:
paths:
- node_modules
policy: push
build:review:
stage: build
......
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