-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c875c8
commit 6e4d9dc
Showing
4 changed files
with
4 additions
and
33 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,4 @@ lerna-debug.log | |
Thumbs.db | ||
# Local Netlify folder | ||
.netlify | ||
storybook-static |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# repository root netlify.toml | ||
[build] | ||
base = "/" | ||
publish = "packages/playground-next/dist/public" | ||
command = "pnpm --filter=@codeui/vanilla-extract build && pnpm --filter=@codeui/playground-next build" | ||
publish = "packages/storybook/storybook-static" | ||
command = "pnpm --filter=@codeui/storybook-playground build-storybook" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters