Start storybook using the ./public dir as static asset dir
This commit is contained in:
parent
716d3d4bda
commit
0ac8461b86
|
@ -12,7 +12,7 @@
|
|||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"build-keycloak-theme": "yarn build && keycloakify",
|
||||
"storybook": "start-storybook -p 6006"
|
||||
"storybook": "start-storybook -p 6006 --static-dir ./public"
|
||||
},
|
||||
"keycloakify": {
|
||||
"extraThemeProperties": [
|
||||
|
@ -84,4 +84,4 @@
|
|||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue