Skip to content

Commit

Permalink
Fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed May 25, 2022
1 parent 1585ad3 commit 7a25b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "npm-run-all lint \\\"test:!(watch)\\\"",
"test": "npm-run-all lint \"test:!(watch)\"",
"test:ember": "ember test",
"test:watch": "ember test --server"
},
Expand Down

0 comments on commit 7a25b3a

Please sign in to comment.