mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-06 03:31:41 +00:00
bugfix
This commit is contained in:
@@ -1,20 +1,21 @@
|
|||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build_ui:
|
build_ui:
|
||||||
working_directory: ~/ui
|
working_directory: ~/project/chameleon-client
|
||||||
docker:
|
docker:
|
||||||
- image: node:latest
|
- image: node:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- checkout
|
- checkout:
|
||||||
|
path: ~/project
|
||||||
|
|
||||||
- run: cd chameleon-client
|
- run: cd chameleon-client
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: chameleon-client/dist/*
|
path: dist/
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user