mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix prod clean script
This commit is contained in:
parent
174d46578b
commit
7593a21d13
@ -4,5 +4,5 @@ read -p "This will remove all directories and SQL tables. Are you sure? (y/*) "
|
||||
echo
|
||||
|
||||
if [[ "$REPLY" =~ ^[Yy]$ ]]; then
|
||||
NODE_ENV=production node "./scripts/danger/clean/cleaner"
|
||||
NODE_ENV=production npm run ts-node "./scripts/danger/clean/cleaner"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user