Skip to content

Commit 2ad449a

Browse files
author
zhutianjian3
committed
feat(ci): unset build timeout for win
1 parent b4e5d76 commit 2ad449a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
host: windows-latest
6262

6363
runs-on: ${{ matrix.host }}
64-
timeout-minutes: 30
6564
steps:
6665
- name: Checkout
6766
uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"preinstall": "npx only-allow pnpm",
2222
"prepare": "husky install",
23-
"build": "pnpm -r --aggregate-output --filter=./packages/* prod",
23+
"build": "pnpm --if-present -r --aggregate-output --filter=./packages/* prod",
2424
"build:binding:debug": "pnpm --filter @tarojs/binding run build:debug",
2525
"build:binding:release": "pnpm --filter @tarojs/binding run build",
2626
"debug": "node scripts/debug.js",

0 commit comments

Comments
 (0)