Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
chore: adjust bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
maksnester committed Jun 15, 2021
1 parent 37ea384 commit 06f3b36
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 @@ -13,7 +13,7 @@
"prebump": "yarn version --no-git-tag-version && yarn",
"bump": " yarn bump:commit && yarn bump:tag && yarn bump:push",
"bump:commit": "git add -A && cross-var git commit -m \"chore: bump version $npm_package_version\"",
"bump:tag": "cross-var git tag $npm_package_name@$npm_package_version",
"bump:tag": "cross-var git tag v$npm_package_version",
"bump:push": "git push -u origin head && git push --tags",
"release": "yarn build && yarn publish --non-interactive"
},
Expand Down

0 comments on commit 06f3b36

Please sign in to comment.