test/user-journey #3

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