update prod script,

This commit is contained in:
louiscklaw
2025-06-13 18:11:57 +08:00
parent d767108fcf
commit 08d6727dca
12 changed files with 53 additions and 3662 deletions

View File

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