Skip to content

Commit 845dcc7

Browse files
eryajferyajf
eryajf
authored and
eryajf
committed
fix(build): 将依赖安装命令从 pnpm i 改为 pnpm install
1 parent 2a23ee6 commit 845dcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cnb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ main:
3333
node -v && npm -v && yarn -v && pnpm -v
3434
- name: install dependencies
3535
script: |
36-
pnpm i
36+
pnpm install
3737
- name: build project
3838
script: |
3939
pnpm build

0 commit comments

Comments
 (0)