mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-04 02:19:55 +00:00
Update windows.yml
This commit is contained in:
parent
3421a8e19f
commit
4f0daf7a77
9
.github/workflows/windows.yml
vendored
9
.github/workflows/windows.yml
vendored
@ -14,18 +14,19 @@ jobs:
|
|||||||
version: 10
|
version: 10
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
cd app
|
cd app
|
||||||
yarn
|
yarn
|
||||||
cd ..
|
cd ..
|
||||||
rm app/node_modules/.yarn-integrity
|
del app/node_modules/.yarn-integrity
|
||||||
yarn
|
yarn
|
||||||
yarn run lint
|
yarn run lint
|
||||||
scripts/build-native.js
|
node scripts/build-native.js
|
||||||
yarn run build:typings
|
yarn run build:typings
|
||||||
yarn run build
|
yarn run build
|
||||||
scripts/prepackage-plugins.js
|
node scripts/prepackage-plugins.js
|
||||||
scripts/build-windows.js
|
node scripts/build-windows.js
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
BT_TOKEN: ${{ secrets.BT_TOKEN }}
|
BT_TOKEN: ${{ secrets.BT_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user