ci
This commit is contained in:
parent
ed2718c447
commit
04b2a2df4c
|
@ -9,7 +9,7 @@ steps:
|
|||
# 容器内目录挂载到宿主机,仓库需要trusted权限,例如node_modules防止重复下载
|
||||
volumes:
|
||||
- name: dist-web
|
||||
path: /dist
|
||||
path: /apps/web/dist
|
||||
commands:
|
||||
- node -v
|
||||
- npm -v
|
||||
|
@ -18,7 +18,6 @@ steps:
|
|||
- ls
|
||||
- pnpm i
|
||||
- pnpm build:web
|
||||
- ls
|
||||
|
||||
# 宿主机目录
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user