We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbf14a commit 362848bCopy full SHA for 362848b
package.json
@@ -4,9 +4,10 @@
4
"description": "A workflow for Angular made with Webpack",
5
"scripts": {
6
"build": "webpack --config webpack.build.js --bail",
7
- "dev": "webpack-dev-server --history-api-fallback --inline --progress",
+ "server": "webpack-dev-server --history-api-fallback --inline --progress",
8
"test": "karma start",
9
- "test:live": "karma start --auto-watch --no-single-run"
+ "test-watch": "karma start --auto-watch --no-single-run",
10
+ "start": "npm run server"
11
},
12
"repository": {
13
"type": "git",
0 commit comments