mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-05 17:57:13 +00:00
chore: 🤖 fix release:beta script
This commit is contained in:
parent
e7ce77987e
commit
4b8897e988
@ -41,7 +41,7 @@
|
||||
"test:cov": "jest --coverage",
|
||||
"test:update-snapshots": "cross-env UPDATE_EXPECTED=true jest -u",
|
||||
"analyze:standalone": "ANALYZE=true node scripts/build-standalone",
|
||||
"release:beta": "standard-version -t @alilc/lowcode-code-generator\\@ --prerelease beta && git push --follow-tags && npm publish --tag beta",
|
||||
"release:beta": "standard-version -t @alilc/lowcode-code-generator\\@ -r patch --prerelease beta && git push --follow-tags && npm publish --tag beta",
|
||||
"release:patch": "standard-version -t @alilc/lowcode-code-generator\\@ -r patch && git push --follow-tags && npm publish",
|
||||
"release:minor": "standard-version -t @alilc/lowcode-code-generator\\@ -r minor && git push --follow-tags && npm publish",
|
||||
"prepublishOnly": "npm run build",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user