aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-06-12 20:34:50 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-06-12 20:34:50 +0200
commit7593a21d13baad422efedfb658d7ceda4e0a8c6b (patch)
tree8d36e4cd1d810ec4ce739a52019eafa8878fc655 /scripts
parent174d46578bb719c85686f9bb89abf4330ae4cac1 (diff)
downloadPeerTube-7593a21d13baad422efedfb658d7ceda4e0a8c6b.tar.gz
PeerTube-7593a21d13baad422efedfb658d7ceda4e0a8c6b.tar.zst
PeerTube-7593a21d13baad422efedfb658d7ceda4e0a8c6b.zip
Fix prod clean script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/danger/clean/prod.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/danger/clean/prod.sh b/scripts/danger/clean/prod.sh
index 7ee13ba83..705987100 100755
--- a/scripts/danger/clean/prod.sh
+++ b/scripts/danger/clean/prod.sh
@@ -4,5 +4,5 @@ read -p "This will remove all directories and SQL tables. Are you sure? (y/*) "
4echo 4echo
5 5
6if [[ "$REPLY" =~ ^[Yy]$ ]]; then 6if [[ "$REPLY" =~ ^[Yy]$ ]]; then
7 NODE_ENV=production node "./scripts/danger/clean/cleaner" 7 NODE_ENV=production npm run ts-node "./scripts/danger/clean/cleaner"
8fi 8fi