From cb16415c3ca0210b2da4fcb71c974abc946167e6 Mon Sep 17 00:00:00 2001 From: valon Date: Sun, 10 Nov 2024 19:28:32 -0500 Subject: [PATCH] hopefully this works... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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