We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbf1bf commit 7fed9aaCopy full SHA for 7fed9aa
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Install dependencies
12
run: npm ci
13
- name: Type Check
14
- run: num run check
+ run: npm run check
15
- name: Lint
16
run: npm run lint
17
- name: Test
0 commit comments