mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-16 09:48:20 +01:00
fix: clean up repo before build
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
This commit is contained in:
parent
89df515868
commit
982fb86dc4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -23,6 +23,8 @@ pipeline{
|
||||
sh'''
|
||||
cd $WORKSPACE
|
||||
[ -d "$WORKSPACE/node_modules" ] && rm -rf "$WORKSPACE/node_modules" || true
|
||||
[ -f "$WORKSPACE/package.json"] && rm "$WORKSPACE/package*.json" || true
|
||||
|
||||
npm install terser
|
||||
npm install uglifycss
|
||||
npm install typescript@5.0
|
||||
|
Loading…
Reference in New Issue
Block a user