Skip to content

Commit

Permalink
chore: add missing npm tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Nov 8, 2018
1 parent 27a4eac commit 928d093
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test",
"test:all": "ember try:each"
"test:all": "ember try:each",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
Expand Down

0 comments on commit 928d093

Please sign in to comment.