]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/danger/clean/dev.sh
Return to sequelize@4.0.0-2 (makes tests fail)
[github/Chocobozzz/PeerTube.git] / scripts / danger / clean / dev.sh
index f4a5d1e8a7b6f5ec0fdf2bae71356b5606d1714c..270ca0a2e0f7be9ec5ec33766dc178bcb82bb722 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=test node "./scripts/danger/clean/cleaner"
+  NODE_ENV=test npm run ts-node "./scripts/danger/clean/cleaner"
 fi