Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kayleecodes1 committed Jun 19, 2024
1 parent fa3c826 commit a3fbbdf
Show file tree
Hide file tree
Showing 85 changed files with 3,586 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: storybook-dist
FOLDER: dist-storybook
197 changes: 197 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lint": "eslint",
"storybook": "storybook dev",
"build": "rollup -c",
"build:storybook": "storybook build -o storybook-dist",
"build:storybook": "storybook build -o dist-storybook",
"prepare": "npm run build",
"prepublishOnly": "npm run test && npm run lint"
},
Expand Down Expand Up @@ -83,5 +83,8 @@
"ts-jest": "^29.1.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.18.0"
}
}
5 changes: 5 additions & 0 deletions storybook-dist/assets/BasicCircle.stories-D8gmaG_V.js

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

5 changes: 5 additions & 0 deletions storybook-dist/assets/BasicLine.stories-BTq2magY.js

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

8 changes: 8 additions & 0 deletions storybook-dist/assets/BasicTriangle.stories-DE8BVGJ8.js

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

1 change: 1 addition & 0 deletions storybook-dist/assets/Circle-D99ypa57.js

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

1 change: 1 addition & 0 deletions storybook-dist/assets/Color-PRSJMWNM-Cmxt3oo4.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions storybook-dist/assets/Container-DVKdD_iu.js

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

Loading

0 comments on commit a3fbbdf

Please sign in to comment.