Skip to content

Commit b9e1a34

Browse files
Merge pull request #2 from KushibikiMashu/feature/add-quiet-option
chore: add quiet option to start-storybook command
2 parents dc357f8 + 56455a4 commit b9e1a34

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.2.1
4+
### chore
5+
- add quiet option to start-storybook command
6+
37
## 2.2.0
48
### feature
59
- update Next.js to v11

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-starter-kit",
3-
"version": "2.1.0",
3+
"version": "2.2.1",
44
"scripts": {
55
"dev": "next",
66
"build": "next build",
@@ -9,7 +9,7 @@
99
"fix": "prettier --write './**/*.{js,jsx,ts,tsx}'",
1010
"lint": "next lint . --cache",
1111
"lint:fix": "next lint . --cache --fix",
12-
"storybook": "start-storybook -p 6006",
12+
"storybook": "start-storybook -p 6006 --quiet",
1313
"build-storybook": "build-storybook",
1414
"tsc": "tsc",
1515
"prepare": "husky install",

0 commit comments

Comments
 (0)