Skip to content

Commit 56cc9be

Browse files
committed
feat: html component
1 parent edd4990 commit 56cc9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"dev": "storybook dev -p 6006",
7272
"e2e": "playwright test",
7373
"lint": "eslint src tests types --fix --cache",
74-
"test": "vitest --config vite.lib.config.ts",
74+
"test": "vitest run --config vite.lib.config.ts src",
7575
"prepack": "pnpm build:lib",
7676
"publish:package": "changeset publish",
7777
"version:package": "changeset version",

0 commit comments

Comments
 (0)