]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/danger/clean/prod.sh
Return to sequelize@4.0.0-2 (makes tests fail)
[github/Chocobozzz/PeerTube.git] / scripts / danger / clean / prod.sh
index 7ee13ba8372f918c0812cc503659d9b8a80cdf03..705987100476b399e817a78f5716e292befeb23f 100755 (executable)
@@ -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