Trading card city builder game?

try fix ts ci

eldridge.cam b49b45d0 5b05200b

verified
+5 -5
+5 -5
.github/workflows/typescript.yml
··· 56 56 - name: Generate OpenAPI 57 57 run: | 58 58 cargo run -- --openapi > openapi.json 59 - cd server && npx orval 59 + cd app && npx orval 60 60 - name: Run lint 61 61 run: npx eslint . --max-warnings 0 62 62 working-directory: ./app ··· 91 91 - name: Generate OpenAPI 92 92 run: | 93 93 cargo run -- --openapi > openapi.json 94 - cd server && npx orval 94 + cd app && npx orval 95 95 - name: Run check 96 96 run: | 97 97 set -e 98 - cd server && npx svelte-kit sync 98 + cd app && npx svelte-kit sync 99 99 npx svelte-check --tsconfig ./tsconfig.json 100 100 working-directory: ./app 101 101 ··· 129 129 - name: Generate OpenAPI 130 130 run: | 131 131 cargo run -- --openapi > openapi.json 132 - cd server && npx orval 132 + cd app && npx orval 133 133 - name: Run build 134 134 run: npx vite build 135 135 working-directory: ./app ··· 164 164 - name: Generate OpenAPI 165 165 run: | 166 166 cargo run -- --openapi > openapi.json 167 - cd server && npx orval 167 + cd app && npx orval 168 168 - name: Run test 169 169 run: npm test 170 170 working-directory: ./app