Skip to content

Commit

Permalink
chore: CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Mar 25, 2024
1 parent 9066edb commit 38ee51f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Enable Corepack
run: corepack enable

- name: Prepare Environment
run: yarn
env:
CI: true

- name: Run build
env:
CI: true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"start:worker": "lerna run start --stream --scope @worker/app",
"start:single-app": "lerna run start --stream --scope @single-app/app",
"postinstall": "node scripts/update-packages.js",
"do:build-win32": "yarn install && yarn build && yarn build-win32 && yarn gather-built && yarn sign-executables",
"do:build-win32:ci": "yarn install && yarn build && yarn build-win32:ci && yarn gather-built",
"do:build-win32": "yarn build && yarn build-win32 && yarn gather-built && yarn sign-executables",
"do:build-win32:ci": "yarn build && yarn build-win32:ci && yarn gather-built",
"verify:build-win32": "node scripts/verify-build-win32.mjs",
"precommit": "run -T lint-staged",
"generate-schema-types": "node scripts/schema-types.mjs",
Expand Down

0 comments on commit 38ee51f

Please sign in to comment.