mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 09:52:47 +01:00
This commit is contained in:
parent
ee24ba63f6
commit
f8213f7aeb
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -23,7 +23,7 @@ pipeline{
|
|||||||
sh'''
|
sh'''
|
||||||
cd $WORKSPACE
|
cd $WORKSPACE
|
||||||
[ -d "$WORKSPACE/node_modules" ] && rm -rf "$WORKSPACE/node_modules" || true
|
[ -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 terser
|
||||||
npm install uglifycss
|
npm install uglifycss
|
||||||
|
Loading…
x
Reference in New Issue
Block a user