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
1 change: 1 addition & 0 deletions .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
- name: Push to GitHub Pages
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
with:
build_command: npm run build && npm run build-storybook
checkout: false
path: apps/storybook/storybook-static
1 change: 1 addition & 0 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions packages/froglet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@froglet/ui",
"version": "0.0.0",
"homepage": "https://froglet.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/froglet-ui/ui/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/froglet-ui/ui.git"
},
"license": "MIT",
"sideEffects": [
"*.css"
],
Expand All @@ -27,8 +27,7 @@
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
"README.md"
],
"scripts": {
"build": "tsup",
Expand Down