Skip to content

Commit

Permalink
switch to using bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 15, 2024
1 parent 296f4af commit e7b6f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"test": "mocha -t 5000 ./tests/*.js",
"test:browser": "mocha-headless-chrome -f http://localhost:8080/testrunner.html",
"testonly": "mocha -t 5000 ./tests/serverevents.spec.js",
"postversion": "git push && git push --tags"
"release": "bump patch --commit --push --tag && npm publish"
},
"files": [
"dist/index.js",
Expand Down

0 comments on commit e7b6f7d

Please sign in to comment.