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 e717198 commit 7f7e35bCopy full SHA for 7f7e35b
.github/workflows/npmpublish.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Test
28
run: |
29
npm ci
30
+ npm run build
31
xvfb-run --auto-servernum npm test
32
33
publish-npm:
0 commit comments