Skip to content

Commit c42785a

Browse files
committed
fix: workflow with service worker installation
1 parent 7d34595 commit c42785a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: npm ci
25+
26+
- name: Install mock service worker
27+
run: npx twd-js init public --save
2528

2629
- name: Start Vite dev server
2730
run: |

0 commit comments

Comments
 (0)