Skip to content

Commit

Permalink
Merge pull request #313 from rhysd/prepublishonly
Browse files Browse the repository at this point in the history
Prefer prepublishOnly to prepublish
  • Loading branch information
stefanpenner authored Dec 22, 2017
2 parents 356bbcc + 475a709 commit 16ea714
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 @@ -48,7 +48,7 @@
"test": "ember test",
"test:server": "ember test --server",
"test:node": "ember build && mocha ./dist/test/browserify",
"prepublish": "ember build --environment production",
"prepublishOnly": "ember build --environment production",
"lint": "jshint lib"
},
"repository": {
Expand Down

0 comments on commit 16ea714

Please sign in to comment.