run build

main
Kimsongwu 1 year ago
parent 4ae7b79fa5
commit 25d1fa4559

2
Jenkinsfile vendored

@ -20,7 +20,7 @@ pipeline {
sh 'npm -v' sh 'npm -v'
sh 'npm config set registry https://registry.npmmirror.com' sh 'npm config set registry https://registry.npmmirror.com'
sh 'npm install' sh 'npm install'
sh 'npm build' sh 'npm run build'
sh 'la -al' sh 'la -al'
} }
} }

Loading…
Cancel
Save