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 07b08a2 commit c3004c2Copy full SHA for c3004c2
package.json
@@ -8,12 +8,12 @@
8
"dev": "vite",
9
"build": "tsc && vite build",
10
"preview": "vite preview",
11
- "test": "storybook build & storybook dev -p 6006 & test-storybook",
+ "test": "vitest --workspace=vitest.workspace.ts",
12
+ "test:storybook": "storybook build & storybook dev -p 6006 & test-storybook",
13
"storybook": "storybook dev -p 6006",
14
"build-storybook": "storybook build",
15
"test-storybook": "test-storybook",
- "test:browser": "vitest --workspace=vitest.workspace.ts",
16
- "test:browser:ui": "vitest --workspace=vitest.workspace.ts --ui"
+ "test:ui": "vitest --workspace=vitest.workspace.ts --ui"
17
},
18
"dependencies": {
19
"lit": "^3.1.4"
0 commit comments