diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1629e54..2ce5816 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: git commit -m "chore: update pnpm-lock.yaml" || true git push || true - run: pnpm build - - run: node ./lib/index.js + - run: node apps/backend/dist/server.js lint: name: Lint runs-on: ubuntu-latest