We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd4990 commit 56cc9beCopy full SHA for 56cc9be
package.json
@@ -71,7 +71,7 @@
71
"dev": "storybook dev -p 6006",
72
"e2e": "playwright test",
73
"lint": "eslint src tests types --fix --cache",
74
- "test": "vitest --config vite.lib.config.ts",
+ "test": "vitest run --config vite.lib.config.ts src",
75
"prepack": "pnpm build:lib",
76
"publish:package": "changeset publish",
77
"version:package": "changeset version",
0 commit comments