4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
|
stage('install') {
|
||
|
echo 'starting installing'
|
||
|
sh 'npm install --unsafe-perm'
|
||
|
}
|