We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a8bfd commit 391c841Copy full SHA for 391c841
.github/workflows/lint.yml
@@ -25,5 +25,9 @@ jobs:
25
- name: Install dependencies
26
run: npm ci --no-audit
27
28
+ # Unfortunately unit tests import built source files, so we need to build until we change this.
29
+ - name: Build project
30
+ run: npm run build
31
+
32
- name: Lint
33
run: npm run lint
.github/workflows/typecheck.yml
@@ -24,5 +24,9 @@ jobs:
24
- name: Typecheck
run: npm run typecheck
0 commit comments