c6c31c2f by lihua

jenkins

1 parent e9346e52
...@@ -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') {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!