Skip to content

Commit fa51a81

Browse files
robwierzbowskiLinusBorg
authored andcommitted
Reference dev script in start script instead of copy pasting (#894)
Less duplication FTW.
1 parent 6477757 commit fa51a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

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

0 commit comments

Comments
 (0)