4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
stage('install:ci') {
|
||
|
echo 'starting installing'
|
||
|
sh 'npm ci'
|
||
|
}
|