diff --git a/.changesets/11692.md b/.changesets/11692.md new file mode 100644 index 000000000000..7a29d37ee1cf --- /dev/null +++ b/.changesets/11692.md @@ -0,0 +1,3 @@ +- Handle path with whitespaces in build cmd (#11692) by @callingmedic911 + +Fixes an edge case where if the path to the project has whitespaces, the build command would fail.