6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
stage ('production build') {
|
||
|
steps {
|
||
|
sh 'npm run build'
|
||
|
}
|
||
|
}
|