Skip to content

Commit 4e375d5

Browse files
committed
Build before lint in CI
1 parent d92fe02 commit 4e375d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Install dependencies
3333
run: pnpm install --frozen-lockfile
3434

35+
- name: Compile JS and types
36+
run: pnpm run build
37+
3538
- name: Check linting
3639
run: pnpm run lint
3740

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"include": ["eslint.config.mjs"]
2+
"include": ["eslint.config.mjs"],
3+
"references": [{ "path": "packages/**" }]
34
}

0 commit comments

Comments
 (0)