mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +00:00
storybook port changed
This commit is contained in:
parent
d49338c6da
commit
c0f6fe0f9a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server --mode development",
|
"start": "webpack-dev-server --mode development",
|
||||||
"build": "webpack --mode production",
|
"build": "webpack --mode production",
|
||||||
"storybook": "start-storybook --ci --config-dir ./storybook --static-dir ./ --port 6006"
|
"storybook": "start-storybook --ci --config-dir ./storybook --static-dir ./ --port 6060"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"classnames": "2.2.6",
|
"classnames": "2.2.6",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue