mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
feat: prototype publish sandbox script with npm package (#182)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user