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 62539be commit 05cfa3bCopy full SHA for 05cfa3b
.github/workflows/pull-request.yml
@@ -37,3 +37,6 @@ jobs:
37
38
- name: Running typecheck
39
run: npm run typecheck
40
+
41
+ - name: Running build
42
+ run: npm run build
0 commit comments