feat: prototype publish sandbox script with npm package (#182)

This commit is contained in:
Brandon Keiji
2025-04-26 00:30:50 +00:00
committed by GitHub
parent a5ba681f8d
commit d051c0fd0f
8 changed files with 96 additions and 9 deletions

View File

@@ -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": {