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

Commit 5ff50c4

Browse files
committed
Add publish-latest to package.json
1 parent 114bfda commit 5ff50c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"lint": "eslint .",
1212
"test": "mocha --compilers js:babel/register --recursive",
1313
"test:watch": "npm run test -- --watch",
14-
"prepublish": "npm run lint && npm run clean && npm run test && npm run build"
14+
"prepublish": "npm run lint && npm run clean && npm run test && npm run build",
15+
"postpublish": "publish-latest"
1516
},
1617
"repository": {
1718
"type": "git",

0 commit comments

Comments
 (0)