dev #5

Merged
zhangxiang merged 159 commits from dev into main 2026-04-12 17:39:08 +08:00
Showing only changes of commit 73d6ca6795 - Show all commits
+2 -9
View File
@@ -123,16 +123,9 @@ steps:
- lint
- type-check
commands:
- echo "=== Debug: Environment info ==="
- node --version
- npm --version
- echo "=== Debug: Cleaning cache ==="
- rm -rf node_modules/.cache
- rm -rf .next
- rm -rf dist
- echo "Building production artifacts"
- npm run build 2>&1 | tee build.log
- echo "=== Debug: Build completed ==="
- npm run build
- echo "Build completed"
- ls -la dist/
- echo "Deploying to production"
- mkdir -p ~/.ssh