Skip to content

Commit f8cfb4c

Browse files
committed
update release script
1 parent fc80570 commit f8cfb4c

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
@@ -66,7 +66,7 @@
6666
},
6767
"scripts": {
6868
"pretest": "standard | snazzy",
69-
"release": "./bin/cli.js && npm publish",
69+
"release": "git fetch --all --prune && git push && git push --tags && ./bin/cli.js && npm publish",
7070
"test": "tape test/*.js | tap-arc"
7171
}
7272
}

0 commit comments

Comments
 (0)