Skip to content

Commit

Permalink
update scripts to include postversion and run buildAll in version script
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Feb 27, 2025
1 parent db7f081 commit d839fb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"posttest": "npm run lint",
"prepack": "npm run buildAll && oclif manifest && oclif readme",
"test": "nyc mocha --require ts-node/register --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
"version": "npm run buildAll && oclif readme && git add README.md",
"postversion": "git push && git push --tags"
},
"version": "0.0.0",
"bugs": "https://github.com/Mach30/m30pm/issues",
Expand Down

0 comments on commit d839fb2

Please sign in to comment.