Skip to content

Commit

Permalink
update patch cli
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Sep 17, 2024
1 parent decbc5a commit db01093
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 @@ -58,7 +58,7 @@
"dev": "npx sf d app",
"open": "node ./scripts/open.js",
"eol": "git rm -rf --cached . && git reset --hard HEAD",
"patch": "npm run build && npm run test && npx sf publish patch -r",
"patch": "npm version patch && npm run build && npm run test && npm publish",
"beta": "npm version prerelease --preid=beta && npm run build && npm run test && npm publish --tag beta"
},
"workspaces": [
Expand Down

0 comments on commit db01093

Please sign in to comment.