get rid of cruft

This commit is contained in:
Ken
2019-02-20 11:16:29 -08:00
parent d41d1793cf
commit 4c1cfdefd1
3 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"start:client": "webpack-dev-server --mode development --progress --open",
"test": "jest --watch",
"build": "webpack --progress",
"build": "rimraf docs && webpack --progress",
"start:server": "nodemon -w server server/index.js",
"start": "run-p start:server start:client"
},
@@ -34,6 +34,7 @@
"jest": "^23.6.0",
"nodemon": "^1.18.9",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"style-loader": "^0.23.1",
"ts-jest": "^23.10.5",
"ts-loader": "^5.3.3",