Jenkinsfile: Use npm ci
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good

This commit is contained in:
cghislai 2022-04-18 17:49:01 +02:00
parent d97658cae4
commit 0ec96c5922

2
Jenkinsfile vendored
View File

@ -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)"