There was an error while loading. Please reload this page.
1 parent d35f41e commit 325ab2bCopy full SHA for 325ab2b
2 files changed
.github/workflows/build.yml
@@ -26,12 +26,12 @@ jobs:
26
- name: Build 🔧
27
run: npm run build
28
29
- - name: Test 🧪
30
- run: npm run test:ci
31
-
32
- name: Build Docs 📖
33
run: npm run docs
34
+ - name: Test 🧪
+ run: npm run test:ci
+
35
- name: Create Coverage Badge 🏷️
36
run: npx coverage-badge-svg
37
.github/workflows/publish.yml
@@ -2,7 +2,8 @@ name: Node.js Package
2
3
on:
4
push:
5
- tags: "v**"
+ tags:
6
+ - "v**"
7
workflow_dispatch:
8
9
jobs:
0 commit comments