Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ampatspell committed Aug 23, 2018
1 parent 2f58e9a commit 1ffdeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"test": "ember try:each",
"coverage": "COVERAGE=true ember test",
"tags": "git push --follow-tags",
"version:patch": "npm version patch; npm run tags",
"version:minor": "npm version minor; npm run tags",
"version:patch": "npm version patch; npm run tags",
"deploy": "ember build -prod --output-path firebase/public && (cd firebase && firebase deploy)",
"deploy:travis": "(cd firebase && firebase deploy --except hosting --project ember-cli-zuglet-travis)"
},
Expand Down

0 comments on commit 1ffdeaa

Please sign in to comment.