Skip to content

Commit

Permalink
chore: move storybook into its own package
Browse files Browse the repository at this point in the history
  • Loading branch information
tonai committed Sep 25, 2023
1 parent 6f41e5f commit edccdc6
Show file tree
Hide file tree
Showing 15 changed files with 1,135 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["web"]
"ignore": ["web", "storybook"]
}
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
// This tells ESLint to load the config from the package `eslint-config-custom`
extends: ['custom'],
root: true,
settings: {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./packages/react-front-kit/storybook-static
path: ./packages/storybook/storybook-static

# Deployment job
deploy:
Expand Down
Loading

0 comments on commit edccdc6

Please sign in to comment.