Skip to content

Commit 57971b7

Browse files
committed
Simplified test script
1 parent 2958242 commit 57971b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"lint:hbs": "ember-template-lint ./*.hbs app",
2222
"lint:js": "eslint ./*.js app config tests",
2323
"start": "ember serve",
24-
"test": "npm-run-all test:*",
25-
"test:ember": "percy exec -- ember test"
24+
"test": "percy exec -- ember test"
2625
},
2726
"devDependencies": {
2827
"@ember/optional-features": "^2.0.0",

0 commit comments

Comments
 (0)