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 f5fa077 commit 58e4e44Copy full SHA for 58e4e44
package.json
@@ -9,7 +9,7 @@
9
},
10
"scripts": {
11
"lint": "eslint . --ext js,json",
12
- "start": "bin/ember-cli-update.js",
+ "start": "node bin/ember-cli-update",
13
"test": "mocha \"test/!(fixtures)/**/*-test.js\"",
14
"test:command": "mocha test/acceptance/ember-addon-test.js",
15
"test:bin": "mocha test/acceptance/ember-cli-update-test.js",
0 commit comments