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

@@ -3,7 +3,6 @@
yarn --dev
while true; do
# yarn tsc:print
yarn lint:print

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
yarn build

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
yarn build
while true; do
yarn start
echo "restarting..."
sleep 1
done