mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 15:20:06 +02:00
adding a public directory option to storybook npm script command
This commit is contained in:
parent
ed0b28ca17
commit
47869ef933
@ -8,7 +8,7 @@
|
|||||||
"lint": "make lint",
|
"lint": "make lint",
|
||||||
"test": "make test",
|
"test": "make test",
|
||||||
"build": "make compile",
|
"build": "make compile",
|
||||||
"storybook": "start-storybook -p 6006",
|
"storybook": "start-storybook -s ./src/shared/assets -p 6006",
|
||||||
"build-storybook": "build-storybook"
|
"build-storybook": "build-storybook"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user