Skip to content

Commit

Permalink
remove the storybook makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyauhalin committed Jul 3, 2024
1 parent 61980c0 commit 7978564
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 34 deletions.
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 0 additions & 27 deletions storybook/makefile.ts

This file was deleted.

3 changes: 1 addition & 2 deletions storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"build": "storybook build --config-dir ./lib --disable-telemetry --output-dir ./dist",
"preview": "pnpm build && tsx ./makefile.ts",
"preview": "eleventy-dev-server --dir dist",
"serve": "storybook dev --config-dir ./lib --no-open --port 6006"
},
"devDependencies": {
Expand All @@ -19,7 +19,6 @@
"preact-render-to-string": "^6.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sade": "^1.8.1",
"storybook": "^8.0.0",
"typescript": "^5.4.5",
"vite": "^5.1.6"
Expand Down
3 changes: 1 addition & 2 deletions storybook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
"jsx": "react",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment"
},
"include": ["lib", "makefile.ts"]
}
}

0 comments on commit 7978564

Please sign in to comment.