Skip to content

Commit 736c4a2

Browse files
committed
build: Fix npm build script for windows
1 parent 84bd8ed commit 736c4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"scripts": {
2929
"start": "npm run build -- --watch --source-map",
30-
"build": "./build.js",
30+
"build": "node ./build.js",
3131
"prepare": "husky install",
3232
"prepack": "npm run build",
3333
"test": "node ./tests/story.js",

0 commit comments

Comments
 (0)