jenkins
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -47,7 +47,7 @@ pipeline { | ... | @@ -47,7 +47,7 @@ pipeline { |
| 47 | sh 'pnpm config set registry http://registry.npm.taobao.org' | 47 | sh 'pnpm config set registry http://registry.npm.taobao.org' |
| 48 | // sh 'pnpm install' | 48 | // sh 'pnpm install' |
| 49 | sh 'pnpm install --no-frozen-lockfile' | 49 | sh 'pnpm install --no-frozen-lockfile' |
| 50 | sh 'pnpm build:dev' | 50 | sh 'pnpm build:product' |
| 51 | } | 51 | } |
| 52 | } | 52 | } |
| 53 | stage('Docker Build') { | 53 | stage('Docker Build') { | ... | ... |
-
Please register or sign in to post a comment