Skip to content

[BUG] Windows - cloud deploy script uses sh -c (unavailable on Windows) #202

@mynameistito

Description

@mynameistito

apps/cloud/package.json deploy script shells out via sh -c:

"deploy": "op run --env-file=.env.production -- sh -c 'vite build && wrangler deploy'"

sh isn't available on Windows by default, so this fails immediately. Fix would be inlining the commands or using a cross-platform script runner like cross-env / a bun script.


Identified with AI assistance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions