Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit 457fa97

Browse files
committed
ci: fix
1 parent 65479a9 commit 457fa97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
},
5050
"scripts": {
5151
"artifacts": "napi artifacts",
52-
"build": "napi build --platform --release && yarn patchdts",
53-
"build:debug": "napi build --platform && yarn patchdts",
54-
"prepublishOnly": "napi prepublish -t npm",
52+
"build": "napi build --platform --release",
53+
"build:debug": "napi build --platform",
54+
"prepublishOnly": "yarn patchdts && napi prepublish -t npm",
5555
"universal": "napi universal",
5656
"version": "napi version",
5757
"test": "ava",
58-
"patchdts": "ls . && cat ./patch.d.ts >> ./index.d.ts",
58+
"patchdts": "cat ./patch.d.ts >> ./index.d.ts",
5959
"benchmark": "node ./benchmark/benchmark.mjs"
6060
},
6161
"repository": "https://github.com/niddle-rs/niddle",

0 commit comments

Comments
 (0)