We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a861bdd commit ba59d0bCopy full SHA for ba59d0b
2 files changed
.github/workflows/build.yml
@@ -95,7 +95,6 @@ jobs:
95
architecture: ${{ matrix.node }}
96
- uses: actions/checkout@v4
97
- run: npm ci
98
- - run: npx patch-package
99
- run: npm run ${{ matrix.command }} -- ${{ matrix.args }}
100
- uses: actions/upload-artifact@v4
101
with:
package.json
@@ -56,7 +56,7 @@
56
"node": ">=18.0.0"
57
},
58
"scripts": {
59
- "build": "rm -rf dist && tsc -p tsconfig-build.json",
+ "build": "patch-package && rm -rf dist && tsc -p tsconfig-build.json",
60
"install": "node-gyp-build",
61
"prebuildify": "prebuildify --napi --target 20.0.0 --force --strip --verbose",
62
"prebuildify-cross": "prebuildify-cross --napi --target 20.0.0 --force --strip --verbose",
0 commit comments