#!/usr/bin/env bash while true; do npm i -D npm run dev echo "restarting..." sleep 1 done