update config

This commit is contained in:
bobo.yang 2025-02-13 19:00:13 +08:00
parent d797f4ec66
commit 8251de7f48

View File

@ -11,7 +11,13 @@ jobs:
- run: git submodule sync - run: git submodule sync
- run: git submodule update --init --recursive - run: git submodule update --init --recursive
- run: npm install - run: npm install
- run: |
cd gui
yarn
yarn vscode
cd ..
- run: npm run build - run: npm run build
- run: yarn package
- persist_to_workspace: - persist_to_workspace:
root: . root: .
paths: paths: