feat: set dogfood artifact registry as the default publishing endpoint (#135)

This commit is contained in:
Brandon Keiji
2025-04-23 22:11:10 +00:00
committed by GitHub
parent 7f3798e180
commit 4c951ea435
6 changed files with 23 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
"typecheck": "tsc --noEmit --jsx react",
"format": "prettier --write .",
"preflight": "npm run format --workspaces --if-present && npm run lint --workspaces --if-present && npm run test --workspaces --if-present",
"artifactregistry-login": "npx google-artifactregistry-auth",
"auth": "npx google-artifactregistry-auth",
"stage": "npm run stage:version --workspaces && npm run stage:deps --workspaces"
},
"devDependencies": {