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

@@ -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

View File

@@ -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