Skip to content

Commit ca8fb8a

Browse files
authored
Update package.json
1 parent 55fae8b commit ca8fb8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"type": "module",
1414
"scripts": {
15-
"build": "rimraf dist && tsc && node build.js && cd test && node --run build",
16-
"prepublishOnly": "node --run build"
15+
"build": "rimraf dist && tsc && node build.js && cd test && npm run build",
16+
"prepublishOnly": "npm run build"
1717
},
1818
"repository": {
1919
"type": "git",
@@ -58,4 +58,4 @@
5858
"esbuild": ">=0.25.0",
5959
"typescript": ">=5.7.2"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)