Skip to content

Commit eb3514d

Browse files
committed
Publish storybook to github pages added lib dist to ignore
1 parent 7e59730 commit eb3514d

22 files changed

+808
-4190
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/node_modules/
2+
/lib/
3+
/dist/
4+
/storybook-static/

.storybook/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type { import('@storybook/react-webpack5').StorybookConfig } */
22
const config = {
3-
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
3+
stories: ["../**/*.stories.@(js|jsx|mjs|ts|tsx)"],
44
addons: [
55
"@storybook/addon-links",
66
"@storybook/addon-essentials",

build-storybook.log

+361
Large diffs are not rendered by default.

dist/index.js

-1
This file was deleted.

lib/ADPagination.js

-121
This file was deleted.

lib/Pagination.js

-81
This file was deleted.

lib/assets/css/style.css

-30
This file was deleted.

lib/assets/img/down-arrow.png

-634 Bytes
Binary file not shown.

lib/assets/img/up-arrow.png

-636 Bytes
Binary file not shown.

lib/components/ADPagination.js

-133
This file was deleted.

0 commit comments

Comments
 (0)