mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
Update Jenkinsfile
This commit is contained in:
parent
a74cf39152
commit
f52e9a38d2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user