mitosis
mitosis copied to clipboard
fix: npm run start script on win
Description
This PR is related to issue #1444
The launch of command npm run start
failed on windows because of the single quote inside the command start in the package.json
:
"start": "watch 'npm run build' ./src",
To make it work on windows too, it is enough to replace them with escaped double quotes This small fix solves the problem and allows it to be run on windows too.
🦋 Changeset detected
Latest commit: a2d5458dd9ba614ec796f64abb54383fb12ace84
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
Name | Type |
---|---|
@builder.io/create-mitosis | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
☁️ Nx Cloud Report
CI is running/has finished running commands for commit a2d5458dd9ba614ec796f64abb54383fb12ace84. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 4 targets
Sent with 💌 from NxCloud.