Replace bash prepare script with node version

This commit is contained in:
Bill Thornton
2020-12-17 12:25:39 -05:00
parent d66d26b4f6
commit 37dd3fe2b8
3 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -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/\"",