Skip to content

Commit 3a4a09a

Browse files
authored
Add stories for App.tsx (#360)
1 parent c238adb commit 3a4a09a

File tree

3 files changed

+622
-2
lines changed

3 files changed

+622
-2
lines changed

.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
});

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ docs-watch: ## Watch and rebuild documentation
245245
storybook: 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

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

0 commit comments

Comments
 (0)