We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f65b57 commit 8f49418Copy full SHA for 8f49418
1 file changed
.github/workflows/verify.yml
@@ -24,6 +24,9 @@ jobs:
24
- name: Install dependencies
25
run: npm ci
26
27
+ - name: Transpile files
28
+ run: npm run build:ts
29
+
30
- name: Prettier
31
run: npm run prettier
32
0 commit comments