mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: disable lerna tag
This commit is contained in:
parent
97978a5585
commit
1cb22fc7de
@ -6,7 +6,7 @@ set -e
|
|||||||
git restore -s@ -SW -- packages examples
|
git restore -s@ -SW -- packages examples
|
||||||
|
|
||||||
# Bump versions
|
# Bump versions
|
||||||
yarn lerna version --preid rc --no-changelog --no-push -m "chore: release rc"
|
yarn lerna version --preid rc --no-changelog --no-git-tag-version --no-push -m "chore: release rc"
|
||||||
|
|
||||||
# Build all once to ensure things are nice
|
# Build all once to ensure things are nice
|
||||||
yarn build
|
yarn build
|
||||||
|
Loading…
Reference in New Issue
Block a user