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 abf25c4 commit c2b030cCopy full SHA for c2b030c
.github/workflows/build.yml
@@ -26,3 +26,6 @@ jobs:
26
27
- name: test
28
run: npm test
29
+
30
+ - name: build
31
+ run: npm run build
0 commit comments