Skip to content

Commit 25ae8c7

Browse files
kojiCopilot
andauthored
Update package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a911f23 commit 25ae8c7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
"react-dom": "^16.10.2"
77
},
88
"scripts": {
9-
"start": "storybook dev -p 9009 -c .storybook -s public",
9+
"storybook": "storybook dev -p 9009 -c .storybook -s public",
1010
"dev:vite": "vite",
1111
"build": "vite build",
1212
"test": "jest",
13-
"storybook": "storybook dev -p 9009 -c .storybook -s public",
1413
"build-storybook": "storybook build -c .storybook -s public",
1514
"lint": "eslint 'src/**/*.{ts,tsx}'",
1615
"lint:prettier": "prettier --check './src/**/*.{js,ts,tsx}'",

0 commit comments

Comments
 (0)