Skip to content

Commit

Permalink
Add a push on publish
Browse files Browse the repository at this point in the history
This way whoever locally publishes doesn't forget to push up the version they just published.
  • Loading branch information
bcomnes committed Sep 14, 2023
1 parent c5de00d commit 0cd40f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"node": ">=16"
},
"scripts": {
"prepublishOnly": "git push --follow-tags",
"test": "run-s test:*",
"test:standard": "standard",
"test:node-test": "c8 node --test-reporter spec --test ./test.js"
Expand Down

0 comments on commit 0cd40f2

Please sign in to comment.