Correcting steps

This commit is contained in:
James Barnsley
2019-04-11 12:12:39 +12:00
parent 3fbcfb3472
commit 94a18ca7f4

View File

@ -9,12 +9,15 @@ jobs:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run:
name: install js dependencies
command: npm install
- run:
name: build js code
command: npm run build
- run:
name: install python dependencies
command: |
npm install
npm run prod
pip install -e .
command: pip install -e .
- save_cache:
paths:
- node_modules