Skip to content
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.

Commit

Permalink
Add publish-latest to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Oct 14, 2015
1 parent 114bfda commit 5ff50c4
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 @@ -11,7 +11,8 @@
"lint": "eslint .",
"test": "mocha --compilers js:babel/register --recursive",
"test:watch": "npm run test -- --watch",
"prepublish": "npm run lint && npm run clean && npm run test && npm run build"
"prepublish": "npm run lint && npm run clean && npm run test && npm run build",
"postpublish": "publish-latest"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5ff50c4

Please sign in to comment.