Trading card city builder game?

fix typescript ci

eldridge.cam 605998b3 6b5da467

Waiting for spindle ...
+4
+4
.github/workflows/typescript.yml
··· 4 4 env: 5 5 PUBLIC_SERVER_URL: "http://localhost:4000" 6 6 PUBLIC_SERVER_WS_URL: "ws://localhost:4000" 7 + PUBLIC_SENTRY_DSN: "" 8 + PUBLIC_ENV: "ci" 7 9 8 10 jobs: 9 11 fmt: ··· 19 21 cache-dependency-path: app/package-lock.json 20 22 - name: Install node_modules 21 23 run: npm ci 24 + working-directory: ./app 22 25 - name: Run fmt 23 26 run: npx prettier . --check 27 + working-directory: ./app 24 28 25 29 lint: 26 30 runs-on: ubuntu-latest