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

View File

@@ -2,5 +2,5 @@
<html> <html>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script type="text/javascript" src="../../step2-06/demo/dist/step2-06/demo.js"></script></body> </body>
</html> </html>

View File

@@ -2,5 +2,5 @@
<html> <html>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script type="text/javascript" src="../../step2-06/exercise/dist/step2-06/exercise.js"></script></body> </body>
</html> </html>