Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config: StorybookConfig = {
// Inherit project aliases
resolve: {
alias: {
"@": path.resolve(__dirname, "../src"),
"@": path.join(process.cwd(), "src"),
},
},
});
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ docs-watch: ## Watch and rebuild documentation
storybook: node_modules/.installed ## Start Storybook development server
@bun x storybook dev -p 6006

storybook-build: node_modules/.installed ## Build static Storybook
storybook-build: node_modules/.installed src/version.ts ## Build static Storybook
@bun x storybook build

test-storybook: node_modules/.installed ## Run Storybook interaction tests (requires Storybook to be running or built)
Expand Down
Loading