Skip to content

Commit 925de1a

Browse files
committed
fix
1 parent 0107f04 commit 925de1a

3 files changed

Lines changed: 80 additions & 69 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
uses: cypress-io/github-action@v7
4343
with:
4444
install: false
45-
project: ./react-responsive-modal
46-
start: pnpm --filter website start -p 3000
45+
working-directory: ./react-responsive-modal
46+
start: vp run -F website start
4747

4848
- name: Size limit
49-
run: pnpm --filter react-responsive-modal size
49+
run: vp run -F react-responsive-modal size

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)