Skip to content

Commit

Permalink
Try to fix the e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Feb 8, 2025
1 parent dc2fad9 commit 3b7bd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-virtuoso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build": "vite build",
"test": "vitest run",
"test:watch": "vitest watch",
"e2e": "playwright test",
"e2e": "playwright test --workers=1",
"lint": "eslint",
"typecheck": "tsc",
"dev": "LADLE=true ladle serve",
Expand Down

0 comments on commit 3b7bd0a

Please sign in to comment.