Open fdeters opened 1 month ago
single quotes work fine on mac and linux :sweat_smile:
@NullVoxPopuli right, that's what I assumed. Do escaped double quotes not work on mac and linux? It would be great if the blueprint scripts worked out of the box on Windows as well. Happy to make a PR with the changes if it's useful.
yea, a PR would be great!
(linux and mac work with all quotes, and CI will verify)
OS: Windows Shell: Git Bash
Proposed solution: Use escaped double-quotes instead of single-quotes in package.json scripts
Scripts defined in the root-level
package.json
and the one in the addon's folder use single-quotes. For example:This lead to pnpm errors that took a while for me to figure out (
pnpm lint
failed as well, this is the result of me runningpnpm --filter "*" lint
explicitly so it would do something more interesting):It worked for me once I replaced all of the single quotes with escaped double quotes: