Update Jenkinsfile
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit

This commit is contained in:
Dany LE 2023-06-06 22:06:30 +02:00 committed by GitHub
parent 982fb86dc4
commit ee24ba63f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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