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,10 @@
#!/usr/bin/env bash
while true; do
npm i -D
npm run dev
echo "restarting..."
sleep 1
done

View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
set -x
npm i -D
rm -rf ./**/*Zone.Identifier
set -ex
npm run format
npm run build
echo "done"

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env zsh
set -x
npm run start