Skip to content

Commit

Permalink
chore(package scripts): use prelease in alpha:version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed Apr 10, 2024
1 parent 3c1e5e0 commit 92f642c
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 @@ -43,7 +43,7 @@
"build-storybook": "storybook build",
"types": "tsc --noEmit",
"prepublishOnly": "npm run build",
"alpha:version": "npm --preid alpha version prepatch",
"alpha:version": "npm --preid alpha version prerelease",
"alpha:publish": "npm publish --tag alpha"
},
"devDependencies": {
Expand Down

0 comments on commit 92f642c

Please sign in to comment.