We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92fe02 commit 4e375d5Copy full SHA for 4e375d5
.github/workflows/main.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Install dependencies
33
run: pnpm install --frozen-lockfile
34
35
+ - name: Compile JS and types
36
+ run: pnpm run build
37
+
38
- name: Check linting
39
run: pnpm run lint
40
tsconfig.json
@@ -1,3 +1,4 @@
1
{
2
- "include": ["eslint.config.mjs"]
+ "include": ["eslint.config.mjs"],
3
+ "references": [{ "path": "packages/**" }]
4
}
0 commit comments