Restore prepare script

This commit is contained in:
Bill Thornton 2019-10-03 11:07:11 -04:00
parent c407350d7a
commit 01f09eaa77

View File

@ -27,6 +27,7 @@
"scripts": {
"serve": "webpack-dev-server --config webpack.dev.js --open",
"build": "webpack --config webpack.prod.js",
"lint": "eslint \"src\""
"lint": "eslint \"src\"",
"prepare": "webpack --config webpack.prod.js"
}
}