Skip to content

Commit 58e4e44

Browse files
author
Kelly Selden
committed
fix npm start
1 parent f5fa077 commit 58e4e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"lint": "eslint . --ext js,json",
12-
"start": "bin/ember-cli-update.js",
12+
"start": "node bin/ember-cli-update",
1313
"test": "mocha \"test/!(fixtures)/**/*-test.js\"",
1414
"test:command": "mocha test/acceptance/ember-addon-test.js",
1515
"test:bin": "mocha test/acceptance/ember-cli-update-test.js",

0 commit comments

Comments
 (0)