Merged in chore/include-tags-when-syncing-2 (pull request #3431)

actively fetch and push tags when syncing master -> test

* actively fetch and push tags when syncing master -> test

* git fetch --all --tags


Approved-by: Anton Gunnarsson
This commit is contained in:
Joakim Jäderberg
2026-01-14 12:46:25 +00:00
parent d0bc732d8a
commit 2410d887df
2 changed files with 12 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
"i18n:pull": "yarn i18n:download && yarn i18n:compile && yarn i18n:distribute",
"i18n:sync": "yarn i18n:push && yarn i18n:pull",
"i18n:syncDefaultMessage": "yarn i18n:download && bun scripts/i18n/syncDefaultMessage/index.ts scripts/i18n/translations/en.json '{apps,packages}/**/*.{tsx,ts}' && yarn format --force",
"deploy:test": "yarn dlx tsx scripts/deploy/deploy.ts test",
"deploy:stage": "yarn dlx tsx scripts/deploy/deploy.ts stage",
"deploy:preprod": "yarn dlx tsx scripts/deploy/deploy.ts preprod",
"deploy:prod": "yarn dlx tsx scripts/deploy/deploy.ts prod"