Skip to content

Commit c3004c2

Browse files
author
Enzo M
committed
Modified test script to coincide with project direction
1 parent 07b08a2 commit c3004c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"dev": "vite",
99
"build": "tsc && vite build",
1010
"preview": "vite preview",
11-
"test": "storybook build & storybook dev -p 6006 & test-storybook",
11+
"test": "vitest --workspace=vitest.workspace.ts",
12+
"test:storybook": "storybook build & storybook dev -p 6006 & test-storybook",
1213
"storybook": "storybook dev -p 6006",
1314
"build-storybook": "storybook build",
1415
"test-storybook": "test-storybook",
15-
"test:browser": "vitest --workspace=vitest.workspace.ts",
16-
"test:browser:ui": "vitest --workspace=vitest.workspace.ts --ui"
16+
"test:ui": "vitest --workspace=vitest.workspace.ts --ui"
1717
},
1818
"dependencies": {
1919
"lit": "^3.1.4"

0 commit comments

Comments
 (0)