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