We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e5d76 commit 2ad449aCopy full SHA for 2ad449a
.github/workflows/nodejs.yml
@@ -61,7 +61,6 @@ jobs:
61
host: windows-latest
62
63
runs-on: ${{ matrix.host }}
64
- timeout-minutes: 30
65
steps:
66
- name: Checkout
67
uses: actions/checkout@v4
package.json
@@ -20,7 +20,7 @@
20
"scripts": {
21
"preinstall": "npx only-allow pnpm",
22
"prepare": "husky install",
23
- "build": "pnpm -r --aggregate-output --filter=./packages/* prod",
+ "build": "pnpm --if-present -r --aggregate-output --filter=./packages/* prod",
24
"build:binding:debug": "pnpm --filter @tarojs/binding run build:debug",
25
"build:binding:release": "pnpm --filter @tarojs/binding run build",
26
"debug": "node scripts/debug.js",
0 commit comments