This commit is contained in:
lzhizhao 2025-07-02 01:20:37 +08:00
commit 16b652be7b
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ steps:
commands: ## 此处自己定义项目工程的构建命令
- npm install -g pnpm --registry=https://registry.npmmirror.com
- pnpm config set registry https://registry.npmmirror.com
- pnpm install --no-frozen-lockfile
- pnpm i
- pnpm run build:prod
- ls -l