Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit a85a995

Browse files
committed
Fix node binary warning by not using npm run
1 parent 590e206 commit a85a995

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
@@ -7,7 +7,7 @@
77
"esdoc-plugin.js"
88
],
99
"scripts": {
10-
"prepare": "npm run build",
10+
"prepare": "yarn build",
1111
"build": "webpack --config webpack/webpack.config.js",
1212
"start": "node ./webpack/dev-server.js",
1313
"test": "mocha-webpack --webpack-config webpack/webpack.config-test.js --recursive",

0 commit comments

Comments
 (0)