Skip to content

Commit

Permalink
Fixes AP-4093
Browse files Browse the repository at this point in the history
  • Loading branch information
thafryer committed Feb 2, 2024
1 parent a81f766 commit 95c7a87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"dependencies": {
"chromatic": "^10.6.0",
"chromatic": "10.7.1--canary.910.7751165821.0",
"filesize": "^10.0.12",
"jsonfile": "^6.1.0",
"react-confetti": "^6.1.0"
Expand Down
2 changes: 2 additions & 0 deletions src/runChromaticBuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ export const runChromaticBuild = async (
isLocalBuild: true,
// Never skip local builds
skip: false,
// No prompts from the Build proces
interactive: false,

experimental_onTaskStart: onStartOrProgress(localBuildProgress, timeout),
experimental_onTaskProgress: onStartOrProgress(localBuildProgress, timeout),
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5134,10 +5134,10 @@ chownr@^2.0.0:
resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz"
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==

chromatic@^10.6.0:
version "10.6.1"
resolved "https://registry.npmjs.org/chromatic/-/chromatic-10.6.1.tgz"
integrity sha512-bd4C5sEEtN83uUmbc4Fu+x7+lJIPdMUdu4D6HRDQEIDl/Tatc8+By4bZluH1pzg/MbP9vllkL6Ua9vF4EEA7VA==
chromatic@10.7.1--canary.910.7751165821.0:
version "10.7.1--canary.910.7751165821.0"
resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-10.7.1--canary.910.7751165821.0.tgz#8a4056852f9e8ea1b72660978485318b3307c66b"
integrity sha512-1ChmfUWAjDcxNPi9zJze8Gd7OICjAf/BQyX7w4nzuXDgiVGyV40SbL3Iaix/e5iQo40850y3Jm0WjxgZ0dUZgA==

ci-info@^3.2.0:
version "3.9.0"
Expand Down

0 comments on commit 95c7a87

Please sign in to comment.