We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91635b commit 9f4b8dbCopy full SHA for 9f4b8db
1 file changed
package.json
@@ -12,7 +12,7 @@
12
],
13
"type": "module",
14
"scripts": {
15
- "build": "rimraf dist && tsc && node build.js && cd test && node --run build",
+ "build": "rimraf dist && tsc && node build.js && cd test && npm run build",
16
"prepublishOnly": "node --run build"
17
},
18
"repository": {
0 commit comments