Skip to content

Commit 0b2695d

Browse files
[FIX]: pipeline testing storybook
1 parent 26a7ddb commit 0b2695d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

v6y-libs/ui-guide/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
"lint": "eslint",
1212
"lint:fix": "eslint --fix",
1313
"format": "prettier --write src",
14-
"test": "vitest --coverage --watch false",
15-
"test:watch": "vitest",
16-
"test:ui": "vitest --ui"
14+
"test:storybook": "vitest --coverage --watch false"
1715
},
1816
"dependencies": {
1917
"react": "=19.0.0",

0 commit comments

Comments
 (0)