Skip to content

Commit a003dfc

Browse files
authored
chore: set up Netlify config for the monorepo (#4369)
1 parent 3f35953 commit a003dfc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/docs/netlify.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build]
2+
publish = "packages/docs/dist"
3+
4+
# Default build command.
5+
command = "yarn build:docs:ci"

packages/ui/netlify.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build]
2+
publish = "packages/ui/storybook-static"
3+
4+
# Default build command.
5+
command = "yarn build:storybook"

0 commit comments

Comments
 (0)