Skip to content

Commit 7369233

Browse files
committed
Quiet down storybook on starting dev
1 parent b779529 commit 7369233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.ts",
55
"scripts": {
66
"build": "vue-tsc --noEmit && vite build && build-storybook --quiet",
7-
"dev": "start-storybook -p 6006",
7+
"dev": "start-storybook --quiet -p 6006",
88
"build-storybook": "build-storybook"
99
},
1010
"dependencies": {

0 commit comments

Comments
 (0)