Open benbhall opened 1 week ago
Latest commit: c8508e69cf072aaceb568f475d4300ce388ae87e
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Someone is attempting to deploy a commit to the BigCommerce Platform Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Closes #1463
What/Why?
Fix the
create
CLI command to improve cross-platform compatibility when checking for required tools (git and pnpm). Currently it does not work on Windows.getPlatformCheckCommand
where.exe
(instead ofwhere
) for Windows to avoid conflicts with PowerShell'sWhere-Object.
which
for Unix systems.Testing
No specific regression testing done over Linux/MacOS behaviour.