Skip to content

Commit

Permalink
Merge pull request #128 from socketsupply/bret/push-on-publish
Browse files Browse the repository at this point in the history
Add a git push to the publish step
  • Loading branch information
bcomnes committed Sep 14, 2023
2 parents 8cf7c87 + 2486c2f commit bc9d833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"prepare": "npm run lint",
"prepublishOnly": "git push --follow-tags",
"lint": "standard -v",
"test": "standard && esbuild --format=esm --bundle _test/index.js | tape-run",
"test:ci": "esbuild --format=esm --bundle _test/index.js | tape-run",
Expand Down

0 comments on commit bc9d833

Please sign in to comment.