Skip to content

Commit 734a16c

Browse files
refactor: fix storybook port to 6006
1 parent 1d86401 commit 734a16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"fix": "prettier --write './**/*.{js,jsx,ts,tsx}'",
1010
"lint": "eslint . --cache",
1111
"lint:fix": "eslint . --cache --fix",
12-
"storybook": "start-storybook",
13-
"build-storybook": "build-storybook -p 6006",
12+
"storybook": "start-storybook -p 6006",
13+
"build-storybook": "build-storybook",
1414
"tsc": "tsc",
1515
"prepare": "husky install"
1616
},

0 commit comments

Comments
 (0)