Skip to content

Commit

Permalink
Merge pull request #64 from telicent-oss/update/bump-prerelease
Browse files Browse the repository at this point in the history
Update/bump prerelease
  • Loading branch information
ACoolmanTelicent committed May 21, 2024
2 parents e276968 + a9babcc commit 13da107
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
"chromatic": "chromatic --exit-zero-on-changes",
"css": "npx tailwindcss -i ./src/index.css -o ./src/main.css",
"prestart": "yarn run css",
"prebuild": "yarn clean"
"prebuild": "yarn clean",
"bump:prerelease": "yarn version --prerelease && git push && git push --tags",
"bump:pre": "yarn bump:prerelease"
},
"peerDependencies": {
"@tanstack/react-query": "^5.18.0",
Expand Down

0 comments on commit 13da107

Please sign in to comment.