fix(ci-build): try circleci again

This commit is contained in:
Bouncey
2018-10-05 16:23:35 +01:00
committed by Beau Carnes
parent 674b4a7ad1
commit 47b60d8e6a

View File

@ -29,13 +29,9 @@ jobs:
# fallback to using the latest cache if no exact match is found # fallback to using the latest cache if no exact match is found
- v1-dependencies- - v1-dependencies-
- run: cd ./client - run: cd ./client
- run: npm install - run: echo "working in ${cwd}" && npm install && npm run build
- save_cache: - save_cache:
paths: paths:
- client/node_modules - client/node_modules
key: v1-dependencies-{{ checksum "client/package.json" }} key: v1-dependencies-{{ checksum "client/package.json" }}
# run tests!
- run: npm test
- run: npm run build