Update Jenkinsfile

This commit is contained in:
Dany LE 2023-06-06 22:06:30 +02:00
parent a74cf39152
commit f52e9a38d2

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline{
sh'''
cd $WORKSPACE
[ -d "$WORKSPACE/node_modules" ] && rm -rf "$WORKSPACE/node_modules" || true
[ -f "$WORKSPACE/package.json"] && rm "$WORKSPACE/package*.json" || true
[ -e "$WORKSPACE/package.json" ] && rm "$WORKSPACE/package*.json" || true
npm install terser
npm install uglifycss