We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fae8b commit ca8fb8aCopy full SHA for ca8fb8a
1 file changed
package.json
@@ -12,8 +12,8 @@
12
],
13
"type": "module",
14
"scripts": {
15
- "build": "rimraf dist && tsc && node build.js && cd test && node --run build",
16
- "prepublishOnly": "node --run build"
+ "build": "rimraf dist && tsc && node build.js && cd test && npm run build",
+ "prepublishOnly": "npm run build"
17
},
18
"repository": {
19
"type": "git",
@@ -58,4 +58,4 @@
58
"esbuild": ">=0.25.0",
59
"typescript": ">=5.7.2"
60
}
61
-}
+}
0 commit comments