Skip to content

Commit ba59d0b

Browse files
committed
workflow
1 parent a861bdd commit ba59d0b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595
architecture: ${{ matrix.node }}
9696
- uses: actions/checkout@v4
9797
- run: npm ci
98-
- run: npx patch-package
9998
- run: npm run ${{ matrix.command }} -- ${{ matrix.args }}
10099
- uses: actions/upload-artifact@v4
101100
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"node": ">=18.0.0"
5757
},
5858
"scripts": {
59-
"build": "rm -rf dist && tsc -p tsconfig-build.json",
59+
"build": "patch-package && rm -rf dist && tsc -p tsconfig-build.json",
6060
"install": "node-gyp-build",
6161
"prebuildify": "prebuildify --napi --target 20.0.0 --force --strip --verbose",
6262
"prebuildify-cross": "prebuildify-cross --napi --target 20.0.0 --force --strip --verbose",

0 commit comments

Comments
 (0)