Skip to content

Commit

Permalink
build: add force-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 26, 2021
1 parent 94d8280 commit 5776092
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"prerelease": "yarn build",
"pretest": "yarn lint",
"release": "yarn prepare-release && lerna publish --exact && yarn postrelease",
"force-release": "lerna publish --force-publish --exact && yarn postrelease",
"postrelease": "lerna run deploy-demo"
},
"repository": "https://github.com/apache-superset/superset-ui.git",
Expand Down

0 comments on commit 5776092

Please sign in to comment.