This commit is contained in:
mozzie 2023-03-06 10:13:26 +08:00
parent b3a739fd0c
commit 657bc8f69c

View File

@ -9,9 +9,10 @@ steps:
commands:
- node -v
- npm -v
- npm install -g pnpm
- pwd
- ls
- npm install
- npm run build:web
- pnpm i
- pnpm build:web
- ls
- cp -r ./apps/web/dist/ /www/wwwroot/nginx/html/backset.cn