Skip to content

Commit

Permalink
Update git add in release:push script in root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
crysadrak authored Jul 22, 2024
1 parent 379146a commit c70a7db
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 @@ -35,7 +35,7 @@
"prepare": "husky install",
"release": "npm run release:prepare && npm run release:push",
"release:prepare": "npm run check:uncommited:changes && changeset version && npm i --package-lock-only --ignore-scripts",
"release:push": "git add . && git commit -m 'Publish' && changeset tag && git push --follow-tags",
"release:push": "git add .changeset package-lock.json packages/*/CHANGELOG.md packages/*/package.json && git commit -m 'Publish' && changeset tag && git push --follow-tags",
"release:devtools": "npm run publish-webstore --prefix ./packages/devtools",
"release:graduate": "npm run check:uncommited:changes && changeset pre exit && node utils/changesets/config-base-branch-replace.js master && changeset version && npm i --package-lock-only --ignore-scripts && npm run release:push",
"release:next:init": "changeset pre enter rc && node utils/changesets/config-base-branch-replace.js next",
Expand Down

0 comments on commit c70a7db

Please sign in to comment.