We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c61db6 commit 80cf72cCopy full SHA for 80cf72c
.github/workflows/publish.yaml
@@ -22,6 +22,8 @@ jobs:
22
run: npm run format:check
23
- name: Lint
24
run: npm run lint
25
+ - name: Build
26
+ run: npm run build
27
- name: Test
28
run: npm run test
29
- uses: JasonEtco/build-and-tag-action@v2
0 commit comments