Skip to content

Commit a0d7ae0

Browse files
committed
push to github before npm
Easier to correct, more likely to error.
1 parent 1a3667a commit a0d7ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "tap",
2424
"preversion": "npm test",
2525
"postversion": "npm publish",
26-
"postpublish": "git push origin --follow-tags"
26+
"prepublishOnly": "git push origin --follow-tags"
2727
},
2828
"license": "ISC"
2929
}

0 commit comments

Comments
 (0)