Skip to content

Commit

Permalink
CLI: update CI configurations to use --all in build-storybooks
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Oct 21, 2021
1 parent 31d391c commit 5aeb37e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ object ExamplesTemplate : Template({
rm -rf built-storybooks
mkdir -p built-storybooks
yarn build-storybooks
yarn build-storybooks --all
""".trimIndent()
dockerImage = "buildkite/puppeteer"
dockerImagePlatform = ScriptBuildStep.ImagePlatform.Linux
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.old.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ This should enable auto-fix for all source files, and give linting warnings and

First make sure the repo is bootstrapped.

Then run `yarn build-storybooks`, this creates a static website from all examples.
Then run `yarn build-storybooks --all`, this creates a static website from all examples.

Then run `yarn serve-storybooks`, this will run the static site on the port cypress expects.

Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
publish = "built-storybooks"
command = "yarn bootstrap --core && yarn build-storybooks"
command = "yarn bootstrap --core && yarn build-storybooks --all"
[build.environment]
NODE_VERSION = "12"
YARN_VERSION = "1.22.10"
Expand Down

0 comments on commit 5aeb37e

Please sign in to comment.