6 lines
92 B
Groovy
6 lines
92 B
Groovy
stage ('change folder') {
|
|
script {
|
|
sh "cd${CD_DIR} npm run build:prod";
|
|
}
|
|
}
|