"update dev script to install dev dependencies and clear screen before running dev"

This commit is contained in:
louiscklaw
2025-06-15 02:51:57 +08:00
parent 3d2a8bb4f8
commit 1e1a2d63ae

View File

@@ -1,7 +1,10 @@
#!/usr/bin/env bash
npm i -D
clear
while true; do
npm i -D
npm run dev