Skip to content

Commit

Permalink
fix: build app into public/ before release
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed May 17, 2016
1 parent ac879e0 commit 5a475b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
"build": "ember build",
"start": "ember server",
"test": "ember test",
"presemantic-release": "ember build --output-path=public --environment=production",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"postpublish": "greenkeeper-postpublish"
},
"files": [
"public"
],
"repository": {
"type": "git",
"url": "https://github.com/hoodiehq/hoodie-admin.git"
Expand Down

0 comments on commit 5a475b7

Please sign in to comment.