Skip to content

Commit

Permalink
chore: set up Netlify config for the monorepo (#4369)
Browse files Browse the repository at this point in the history
  • Loading branch information
raichev-dima committed Sep 2, 2024
1 parent 3f35953 commit a003dfc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/docs/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
publish = "packages/docs/dist"

# Default build command.
command = "yarn build:docs:ci"
5 changes: 5 additions & 0 deletions packages/ui/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
publish = "packages/ui/storybook-static"

# Default build command.
command = "yarn build:storybook"

0 comments on commit a003dfc

Please sign in to comment.