Skip to content

Commit

Permalink
Start storybook using the ./public dir as static asset dir
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Nov 2, 2023
1 parent 716d3d4 commit 0ac8461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -84,4 +84,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit 0ac8461

Please sign in to comment.