mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-25 15:40:06 +03:00
Add storybook build
This commit is contained in:
parent
13c775ee2c
commit
42656a7e88
|
@ -22,7 +22,7 @@
|
|||
"start": "yarn run storybook",
|
||||
"storybook": "start-storybook -p 6006 -s ./fonts",
|
||||
"build-storybook": "build-storybook -s ./fonts",
|
||||
"build": "yarn run build:types && yarn run build:js",
|
||||
"build": "yarn run build:types && yarn run build:js && yarn run build-storybook",
|
||||
"build:types": "tsc --emitDeclarationOnly",
|
||||
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
|
||||
"clean": "rimraf lib",
|
||||
|
|
Loading…
Reference in New Issue
Block a user