Skip to content

Commit

Permalink
Run ember tests on npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Aug 23, 2019
1 parent b70b1e8 commit 42d23a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build": "ember build",
"lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests",
"start": "ember serve",
"test": "ember try:each"
"test": "ember test",
"test:all": "ember try:each"
},
"repository": "https://github.com/poteto/ember-metrics",
"bugs": "https://github.com/poteto/ember-metrics/issues",
Expand Down

0 comments on commit 42d23a6

Please sign in to comment.