-
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.
[CSYS-396] Fix storybook static file (#62)
* Fix storybook static file * feat: adding the TOML file for Netlify deploy * fix: minor update at the Netlify * fix: updating the publish directory @ netlify file * Add dependsOn * Fix syntax error * set publish folder to storybook-static * fix path to storybook-static folder * Add space to trigger netlify Co-authored-by: Juliana Barros Lima <judiembl@gmail.com>
- Loading branch information
1 parent
b0251ae
commit 48a0f15
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# app netlify.toml | ||
[build] | ||
command = "npm run build" | ||
publish = "apps/docs/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 |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
"test": "npx turbo test", | ||
"publish": "npx turbo publish" | ||
} | ||
} | ||
} |
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