Skip to content

Commit 362848b

Browse files
committed
rename npm scripts
1 parent bcbf14a commit 362848b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"description": "A workflow for Angular made with Webpack",
55
"scripts": {
66
"build": "webpack --config webpack.build.js --bail",
7-
"dev": "webpack-dev-server --history-api-fallback --inline --progress",
7+
"server": "webpack-dev-server --history-api-fallback --inline --progress",
88
"test": "karma start",
9-
"test:live": "karma start --auto-watch --no-single-run"
9+
"test-watch": "karma start --auto-watch --no-single-run",
10+
"start": "npm run server"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)