summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 99379921..10ba1cca 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,9 @@
"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",
- "auth": "npx google-artifactregistry-auth",
+ "auth:npm": "npx google-artifactregistry-auth",
+ "auth:docker": "gcloud auth configure-docker us-west1-docker.pkg.dev",
+ "auth": "npm run auth:npm && npm run auth:docker",
"prerelease:dev": "npm run prerelease:version --workspaces && npm run prerelease:deps --workspaces"
},
"devDependencies": {