Skip to content

Commit

Permalink
chore: standar-version skip commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Dec 25, 2022
1 parent dfd35df commit c2101ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"dev:all": "npm run create:paths && start npm run js -- --watch && start npm run styles -- --watch && start npm run base -- --watch && start npm run components -- --watch && start npm run utilities -- --watch",
"npm:publish": "npm run build && git push --follow-tags origin main && npm publish",
"release": "standard-version && npm run npm:publish",
"release:patch": "standard-version --release-as patch && npm run npm:publish",
"release:minor": "standard-version --release-as minor && npm run npm:publish",
"release:major": "standard-version --release-as major && npm run npm:publish",
"release:patch": "standard-version --release-as patch --skip.commit && npm run npm:publish",
"release:minor": "standard-version --release-as minor --skip.commit && npm run npm:publish",
"release:major": "standard-version --release-as major --skip.commit && npm run npm:publish",
"release:dry:patch": "standard-version --dry-run --release-as patch",
"release:dry:minor": "standard-version --dry-run --release-as minor",
"release:dry:major": "standard-version --dry-run --release-as major",
Expand Down

1 comment on commit c2101ca

@vercel
Copy link

@vercel vercel bot commented on c2101ca Dec 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.