Fix prod clean script

pull/71/head
Chocobozzz 2017-06-12 20:34:50 +02:00
parent 174d46578b
commit 7593a21d13
1 changed files with 1 additions and 1 deletions

View File

@ -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