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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user