Skip to content

Commit 206bb6b

Browse files
authored
Merge pull request #604 from devchat-ai/update_circle_yaml
update config
2 parents d797f4e + 8251de7 commit 206bb6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ jobs:
1111
- run: git submodule sync
1212
- run: git submodule update --init --recursive
1313
- run: npm install
14+
- run: |
15+
cd gui
16+
yarn
17+
yarn vscode
18+
cd ..
1419
- run: npm run build
20+
- run: yarn package
1521
- persist_to_workspace:
1622
root: .
1723
paths:

0 commit comments

Comments
 (0)