mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
start-storybook uses long name parameters
This commit is contained in:
parent
c13c9c8fd5
commit
ea55d445ac
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"scripts": {
|
||||
"start": "webpack-dev-server --mode development",
|
||||
"build": "webpack --mode production",
|
||||
"storybook": "start-storybook -c ./storybook -s ./ -p 6006"
|
||||
"storybook": "start-storybook --config-dir ./storybook --static-dir ./ --port 6006"
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "2.2.6",
|
||||
|
|
|
|||
Loading…
Reference in a new issue