Clean npm cache
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
6aae09f070
commit
6662a0abfc
|
@ -41,6 +41,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
nodejs('node-v12') {
|
nodejs('node-v12') {
|
||||||
|
sh 'npm cache clean'
|
||||||
sh 'npm install --no-audit --prefer-offline'
|
sh 'npm install --no-audit --prefer-offline'
|
||||||
sh 'gulp install --ci'
|
sh 'gulp install --ci'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue