Merge pull request #604 from devchat-ai/update_circle_yaml

update config
This commit is contained in:
boob.yang 2025-02-13 19:00:52 +08:00 committed by GitHub
commit 206bb6b53a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: