This commit is contained in:
ori agranat
2019-11-19 20:14:05 +02:00
parent 3a2da0cc7d
commit b89c3b5a50

View File

@@ -1,20 +1,21 @@
version: 2
jobs:
build_ui:
working_directory: ~/ui
working_directory: ~/project/chameleon-client
docker:
- image: node:latest
steps:
- checkout
- checkout:
path: ~/project
- run: cd chameleon-client
- run: npm install
- run: npm run build
- store_artifacts:
path: chameleon-client/dist/*
path: dist/
workflows:
version: 2