refactor: move i18n formatting to workspace root (#28360)

refactor: move i18n formatting to project root
This commit is contained in:
Jason Rasmussen 2026-05-11 16:19:28 -04:00 committed by GitHub
parent 03e042213c
commit 14d9e90a03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 19 additions and 27 deletions

View file

@ -64,7 +64,6 @@ if [ "$CURRENT_SERVER" != "$NEXT_SERVER" ]; then
pnpm version "$NEXT_SERVER" --no-git-tag-version
pnpm version "$NEXT_SERVER" --no-git-tag-version --prefix server
pnpm version "$NEXT_SERVER" --no-git-tag-version --prefix i18n
pnpm version "$NEXT_SERVER" --no-git-tag-version --prefix packages/cli
pnpm version "$NEXT_SERVER" --no-git-tag-version --prefix web
pnpm version "$NEXT_SERVER" --no-git-tag-version --prefix e2e