Skip to content

Commit 6f7c03d

Browse files
authored
npm start to start the dev server
Just a small alias to make launching the service more convenient.
1 parent 9f3e787 commit 6f7c03d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"private": true,
77
"scripts": {
88
"dev": "node build/dev-server.js",
9+
"start": "node build/dev-server.js",
910
"build": "node build/build.js"{{#unit}},
1011
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run"{{/unit}}{{#e2e}},
1112
"e2e": "node test/e2e/runner.js"{{/e2e}}{{#if_or unit e2e}},

0 commit comments

Comments
 (0)