fix: 修改ci配置文件

This commit is contained in:
NICE CODE BY DEV 2023-12-22 16:36:02 +08:00
parent 7c9af77427
commit 3c2b353b73

View File

@ -2,9 +2,10 @@ stages:
- build
build:
image: registry.zhst.com/video-analysis/pnpm4
tags:
- linux
stage: build
script:
- npm install
- npm run build
- pnpm install
- pnpm run build