We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d87a1 commit 4e4fd18Copy full SHA for 4e4fd18
1 file changed
.github/workflows/deploy.yml
@@ -30,9 +30,6 @@ jobs:
30
- name: 📥 Download deps
31
uses: bahmutov/npm-install@v1
32
33
- - name: 🖼 Build icons
34
- run: npm run build:icons
35
-
36
- name: 🔬 Lint
37
run: npm run lint
38
@@ -51,9 +48,6 @@ jobs:
51
48
52
49
53
50
54
55
56
57
- name: 🔎 Type check
58
run: npm run typecheck --if-present
59
@@ -75,9 +69,6 @@ jobs:
75
69
- name: 🏄 Copy test env vars
76
70
run: cp .env.example .env
77
71
78
79
80
81
72
- name: ⚡ Run vitest
82
73
run: npm run test -- --coverage
83
74
0 commit comments