mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
get rid of cruft
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
<html>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="text/javascript" src="../../step2-06/demo/dist/step2-06/demo.js"></script></body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
<html>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="text/javascript" src="../../step2-06/exercise/dist/step2-06/exercise.js"></script></body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user