Skip to content

Commit d547474

Browse files
author
Vadim Yakhin
committed
Fix build command
1 parent eb13237 commit d547474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"start": "react-scripts start",
1717
"build-js": "node ./scripts/build-no-chunks.js",
18-
"build": "build-js",
18+
"build": "npm run build-js",
1919
"test": "react-scripts test",
2020
"eject": "react-scripts eject"
2121
},
@@ -40,4 +40,4 @@
4040
"engines": {
4141
"node": "16.13.0"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)