mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
refactor(monorepo): update plugin dependencies (#17837)
* refactor(monorepo): use local dependencies in packages.json * add prettier ignore * update commit message * fix release workflow * refine release script
This commit is contained in:
@@ -53,11 +53,7 @@ fi
|
||||
|
||||
# Get the current tag version
|
||||
tag=v$(node -e "process.stdout.write(require('./lerna.json').version)");
|
||||
message="chore: publish $tag"
|
||||
|
||||
# Update the lock file here
|
||||
rm "$rootDir/package-lock.json"
|
||||
npm i --package-lock-only
|
||||
message="chore(plugins): publish $tag"
|
||||
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo '[ERROR] Can not update package-lock.json'
|
||||
|
||||
Reference in New Issue
Block a user