Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a67e46e

Browse files
committed
fix(build): set storybook log mode to minimal
1 parent 655d648 commit a67e46e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:e2e": "vue-cli-service test:e2e",
1010
"test:unit": "vue-cli-service test:unit",
1111
"storybook": "start-storybook -p 6006",
12-
"build-storybook": "build-storybook",
12+
"build-storybook": "build-storybook --quiet",
1313
"docs:dev": "vuepress dev docs",
1414
"docs:build": "vuepress build docs"
1515
},
File renamed without changes.

0 commit comments

Comments
 (0)