File tree Expand file tree Collapse file tree 3 files changed +622
-2
lines changed Expand file tree Collapse file tree 3 files changed +622
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const config: StorybookConfig = {
1818 // Inherit project aliases
1919 resolve : {
2020 alias : {
21- "@" : path . resolve ( __dirname , "../ src" ) ,
21+ "@" : path . join ( process . cwd ( ) , "src" ) ,
2222 } ,
2323 } ,
2424 } ) ;
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ docs-watch: ## Watch and rebuild documentation
245245storybook : node_modules/.installed # # Start Storybook development server
246246 @bun x storybook dev -p 6006
247247
248- storybook-build : node_modules/.installed # # Build static Storybook
248+ storybook-build : node_modules/.installed src/version.ts # # Build static Storybook
249249 @bun x storybook build
250250
251251test-storybook : node_modules/.installed # # Run Storybook interaction tests (requires Storybook to be running or built)
You can’t perform that action at this time.
0 commit comments