This commit is contained in:
xiongxiao
2026-03-16 21:55:40 +08:00
committed by cnb
parent c7a0c6ac3c
commit d019ee0158
3 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ include:
.npc: &npc
- docker:
image: docker.cnb.cool/kevisual/dev-env/bun:latest
image: docker.cnb.cool/kevisual/dev-env/ubuntu-node:latest
services:
- docker
env: !reference [.common_env, env]
@@ -18,7 +18,7 @@ include:
stages:
- name: "task"
script: |
bun i -g @kevisual/cnb --registry=https://npm.cnb.cool/kevisual/registry/-/packages/
npm i -g @kevisual/cnb --registry=https://npm.cnb.cool/kevisual/registry/-/packages/
cloud-npc cnb npc
$:
vscode: