Skip to content

Commit

Permalink
build: fix ladle dist build using path prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 20, 2023
1 parent f20c195 commit b0970a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "tsup src/index.ts",
"build:docstrings": "react-docgen --out docs/components.json src/**/*.ts --ignore src/utils/**",
"build:markdown": "node docs/json2md.mjs",
"build:stories": "ladle build --outDir=docs/stories",
"build:stories": "ladle build --outDir=docs/stories --base /ui/stories",
"build:docs": "npm run build:docstrings && npm run build:markdown && npm run build:stories"
},
"keywords": [],
Expand Down

0 comments on commit b0970a7

Please sign in to comment.