mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-16 01:38:21 +01:00
This commit is contained in:
parent
ee24ba63f6
commit
f8213f7aeb
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -23,7 +23,7 @@ pipeline{
|
||||
sh'''
|
||||
cd $WORKSPACE
|
||||
[ -d "$WORKSPACE/node_modules" ] && rm -rf "$WORKSPACE/node_modules" || true
|
||||
[ -e "$WORKSPACE/package.json" ] && rm "$WORKSPACE/package*.json" || true
|
||||
[ -e "$WORKSPACE/package.json" ] && rm "$WORKSPACE/package.json" && rm "$WORKSPACE/package-lock.json" || true
|
||||
|
||||
npm install terser
|
||||
npm install uglifycss
|
||||
|
Loading…
Reference in New Issue
Block a user