]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/danger/clean/dev.sh
Add ability to import videos from all supported youtube-dl sites
[github/Chocobozzz/PeerTube.git] / scripts / danger / clean / dev.sh
CommitLineData
82221ac9
C
1#!/bin/bash
2
dd601993
C
3read -p "This will remove all directories and SQL tables. Are you sure? (y/*) " -n 1 -r
4echo
82221ac9
C
5
6if [[ "$REPLY" =~ ^[Yy]$ ]]; then
61b3e146 7 NODE_ENV=test npm run ts-node -- --type-check "./scripts/danger/clean/cleaner"
82221ac9 8fi