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 7b3f48f commit 4bcbd28Copy full SHA for 4bcbd28
.github/workflows/test.yaml
@@ -21,3 +21,6 @@ jobs:
21
run: npm ci
22
- name: Test
23
run: npm run test
24
+ - name: Build
25
+ # This checks that the package can be built
26
+ run: npm run build
0 commit comments