Merge pull request #604 from devchat-ai/update_circle_yaml
update config
This commit is contained in:
commit
206bb6b53a
@ -11,7 +11,13 @@ jobs:
|
||||
- run: git submodule sync
|
||||
- run: git submodule update --init --recursive
|
||||
- run: npm install
|
||||
- run: |
|
||||
cd gui
|
||||
yarn
|
||||
yarn vscode
|
||||
cd ..
|
||||
- run: npm run build
|
||||
- run: yarn package
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
paths:
|
||||
|
Loading…
x
Reference in New Issue
Block a user