#!/usr/bin/env bash yarn --dev while true; do # yarn tsc:print yarn lint:print yarn dev --force --clearScreen echo "restarting..." sleep 1 done