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

@@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
set -x
@@ -10,10 +10,7 @@ set -ex
npm run format
git add .
npm run build
git commit -m"build ok,"
echo "done"

View File

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

File diff suppressed because it is too large Load Diff