Skip to content

Commit

Permalink
adding some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
valon-loshaj committed Nov 11, 2024
1 parent cb16415 commit 626d91f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
git commit -m "chore: update pnpm-lock.yaml" || true
git push || true
- run: pnpm build
- name: List dist directory contents
run: ls -R apps/backend/dist
- run: node apps/backend/dist/server.js
lint:
name: Lint
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@/*": ["src/*"]
},
"target": "es2020",
"module": "commonjs",
"module": "ESNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 626d91f

Please sign in to comment.