diff options
| author | Brandon Keiji <[email protected]> | 2025-04-26 00:30:50 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-25 17:30:50 -0700 |
| commit | d051c0fd0fdac2078e35144f27bfcea415bd503e (patch) | |
| tree | d32f95fe5147122a4343a7c579cc92ecba5ef47a /.gcp | |
| parent | a5ba681f8df6efc0669370249b860546b690c09e (diff) | |
feat: prototype publish sandbox script with npm package (#182)
Diffstat (limited to '.gcp')
| -rw-r--r-- | .gcp/dogfood.yaml | 2 | ||||
| -rw-r--r-- | .gcp/publish-dry-run.yaml | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/.gcp/publish-dry-run.yaml b/.gcp/publish-dry-run.yaml index 75e6b603..7149c4de 100644 --- a/.gcp/publish-dry-run.yaml +++ b/.gcp/publish-dry-run.yaml @@ -24,7 +24,7 @@ steps: # Authenticate with our registry - name: 'node:bookworm' entrypoint: 'npm' - args: ['run', 'auth'] + args: ['run', 'auth:npm'] # Dry run publish to make sure that's not broken # we awkwardly need to install rsync beforehand. TODO: use a dedicated dev container |
