FredKSchott / snowpack

ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️
https://www.snowpack.dev
MIT License
19.48k stars 921 forks source link

fixed typo #3884

Open placoderm opened 2 years ago

placoderm commented 2 years ago

This line "test": "echo \"Error: no test specified\" && exit 1" had nested double quotes that caused an error.

Changes

"test": "echo \"Error: no test specified\" && exit 1" had nested double quotes that caused an error.

I changed it to "test": "echo 'Error: no test specified' && exit 1"

Testing

I tested the corrected line in my own development environment.

Docs

This itself was a change to documentation.

Also, I realize this may not be the right place to mention it, but I would recommend removing the + in this section as well since when you copy and paste the plus comes with it.

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: 33445177cfccefdc4812f0abd89b7e651559858c

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.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/pikapkg/snowpack/D59o1RRS45p97cRTtafUu2YGEny4
✅ Preview: https://snowpack-git-fork-placoderm-patch-1-pikapkg.vercel.app