summaryrefslogtreecommitdiff
path: root/.gcp/dogfood.yaml
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-04-26 00:30:50 +0000
committerGitHub <[email protected]>2025-04-25 17:30:50 -0700
commitd051c0fd0fdac2078e35144f27bfcea415bd503e (patch)
treed32f95fe5147122a4343a7c579cc92ecba5ef47a /.gcp/dogfood.yaml
parenta5ba681f8df6efc0669370249b860546b690c09e (diff)
feat: prototype publish sandbox script with npm package (#182)
Diffstat (limited to '.gcp/dogfood.yaml')
-rw-r--r--.gcp/dogfood.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gcp/dogfood.yaml b/.gcp/dogfood.yaml
index 8e74a581..5fd3fbdd 100644
--- a/.gcp/dogfood.yaml
+++ b/.gcp/dogfood.yaml
@@ -24,7 +24,7 @@ steps:
# Authenticate with our registry
- name: 'node:bookworm'
entrypoint: 'npm'
- args: ['run', 'auth']
+ args: ['run', 'auth:npm']
# Publish packages from workspaces with 'dogfood' tag
# we awkwardly need to install rsync beforehand. TODO: use a dedicated dev container