Skip to content

Commit

Permalink
Update version script
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jul 10, 2023
1 parent 4d53f96 commit af39ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"build": "unbuild",
"changelog": "github_changelog_generator --no-issues -p feathers-reactive -u feathersjs-ecosystem && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
"publish": "git push origin --tags && npm run changelog && git push origin",
"preversion": "npm run lint && npm run test && npm run build",
"preversion": "npm run test",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
Expand Down

0 comments on commit af39ad3

Please sign in to comment.