Skip to content

Commit 0d20288

Browse files
committed
fix
1 parent 0107f04 commit 0d20288

3 files changed

Lines changed: 78 additions & 67 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: cypress-io/github-action@v7
4343
with:
4444
install: false
45-
project: ./react-responsive-modal
45+
working-directory: ./react-responsive-modal
4646
start: pnpm --filter website start -p 3000
4747

4848
- name: Size limit

pnpm-lock.yaml

Lines changed: 75 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-responsive-modal/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"size-limit": "12.0.1",
7676
"tslib": "2.8.1",
7777
"typescript": "5.9.3",
78-
"vite-plus": "0.1.24"
78+
"vite-plus": "0.1.24",
79+
"vitest": "4.1.8"
7980
},
8081
"peerDependencies": {
8182
"react": "^16.8.0 || ^17 || ^18 || ^19",

0 commit comments

Comments
 (0)