Jenkinsfile: Use npm ci
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
This commit is contained in:
parent
d97658cae4
commit
0ec96c5922
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -28,7 +28,7 @@ pipeline {
|
|||
ansiColor('xterm') {
|
||||
sh '''
|
||||
rm -rfv dist*
|
||||
npm install
|
||||
npm ci
|
||||
|
||||
export DATE="$(date -Iseconds)"
|
||||
export COMMIT="$(git rev-parse --short HEAD)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user