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

Commit

Permalink
fix(build): set storybook log mode to minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender828 committed Oct 22, 2019
1 parent 655d648 commit a67e46e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-storybook": "build-storybook --quiet",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
Expand Down
File renamed without changes.

0 comments on commit a67e46e

Please sign in to comment.