update config
This commit is contained in:
parent
d797f4ec66
commit
8251de7f48
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user