Trading card city builder game?

fixing ts ci again again

eldridge.cam bd72ce31 5e4e2bd4

verified
+12 -8
+12 -8
.github/workflows/typescript.yml
··· 57 57 run: | 58 58 set -e 59 59 cargo run -- --openapi > openapi.json 60 - cd app && npx svelte-kit sync 61 - cd app && npx orval 60 + cd app 61 + npx svelte-kit sync 62 + npx orval 62 63 - name: Run lint 63 64 run: npx eslint . --max-warnings 0 64 65 working-directory: ./app ··· 94 95 run: | 95 96 set -e 96 97 cargo run -- --openapi > openapi.json 97 - cd app && npx svelte-kit sync 98 - cd app && npx orval 98 + cd app 99 + npx svelte-kit sync 100 + npx orval 99 101 - name: Run check 100 102 run: npx svelte-check --tsconfig ./tsconfig.json 101 103 working-directory: ./app ··· 131 133 run: | 132 134 set -e 133 135 cargo run -- --openapi > openapi.json 134 - cd app && npx svelte-kit sync 135 - cd app && npx orval 136 + cd app 137 + npx svelte-kit sync 138 + npx orval 136 139 - name: Run build 137 140 run: npx vite build 138 141 working-directory: ./app ··· 168 171 run: | 169 172 set -e 170 173 cargo run -- --openapi > openapi.json 171 - cd app && npx svelte-kit sync 172 - cd app && npx orval 174 + cd app 175 + npx svelte-kit sync 176 + npx orval 173 177 - name: Run test 174 178 run: npm test 175 179 working-directory: ./app