Fix prod clean script
This commit is contained in:
parent
174d46578b
commit
7593a21d13
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ read -p "This will remove all directories and SQL tables. Are you sure? (y/*) "
|
||||||
echo
|
echo
|
||||||
|
|
||||||
if [[ "$REPLY" =~ ^[Yy]$ ]]; then
|
if [[ "$REPLY" =~ ^[Yy]$ ]]; then
|
||||||
NODE_ENV=production node "./scripts/danger/clean/cleaner"
|
NODE_ENV=production npm run ts-node "./scripts/danger/clean/cleaner"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue