]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/danger/clean/dev.sh
Fiw winston meta log
[github/Chocobozzz/PeerTube.git] / scripts / danger / clean / dev.sh
CommitLineData
82221ac9
C
1#!/bin/bash
2
0e4ffb4b
LA
3set -eu
4
dd601993
C
5read -p "This will remove all directories and SQL tables. Are you sure? (y/*) " -n 1 -r
6echo
82221ac9
C
7
8if [[ "$REPLY" =~ ^[Yy]$ ]]; then
0e4ffb4b 9 NODE_ENV=test npm run ts-node -- --type-check "scripts/danger/clean/cleaner"
82221ac9 10fi