mirror of
https://github.com/Budibase/budibase.git
synced 2026-09-01 15:11:45 +08:00
add verbose to rm
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
KEEP="dist|package.json|yarn.lock|client|builder|build|pm2.config.js|docker_run.sh"
|
||||
echo "Removing unneeded build files:"
|
||||
ls | egrep -v $KEEP | xargs rm -rf
|
||||
ls | egrep -v $KEEP | xargs rm -rfv
|
||||
NODE_ENV=production yarn
|
||||
|
||||
Reference in New Issue
Block a user