Merge pull request #2242 from thornbill/fix-prepare-script-windows
Replace bash prepare script with node version
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@
|
||||
"scripts": {
|
||||
"start": "yarn serve",
|
||||
"serve": "webpack serve --config webpack.dev.js",
|
||||
"prepare": "./scripts/prepare.sh",
|
||||
"prepare": "node ./scripts/prepare.js",
|
||||
"build:development": "webpack --config webpack.dev.js",
|
||||
"build:production": "webpack --config webpack.prod.js",
|
||||
"lint": "eslint \"src/\"",
|
||||
|
||||
Reference in New Issue
Block a user