Skip to content

Commit

Permalink
postversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
nescalante committed Apr 3, 2023
1 parent cf24179 commit 66ca75a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,8 @@
"browser": "browser.js",
"scripts": {
"test": "tap test/*.js",
"tdd": "tap -w --no-coverage-report test/*.js"
"tdd": "tap -w --no-coverage-report test/*.js",
"postversion": "git push && git push --tags && npm publish"
},
"keywords": [
"url",
Expand Down

0 comments on commit 66ca75a

Please sign in to comment.