Skip to content

Commit 47aff71

Browse files
committedFeb 28, 2019
chore: do not auto-publish on release due to 2FA (made with screpto)
1 parent 85339d4 commit 47aff71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"standard-version": {
3535
"scripts": {
36-
"posttag": "git push --follow-tags origin master && npm publish"
36+
"posttag": "git push --follow-tags origin master"
3737
}
3838
},
3939
"lint-staged": {

0 commit comments

Comments
 (0)
Please sign in to comment.