Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make command more readable #497

Open
johndeighan opened this issue Aug 10, 2024 · 1 comment
Open

Make command more readable #497

johndeighan opened this issue Aug 10, 2024 · 1 comment

Comments

@johndeighan
Copy link

Isn't it possible to allow something like this in my package.json file:

	"dev": "concurrently 'llb -w' 'vite -c src/vite.config.js src' 'promptme -w'"

i.e. use single quotes inside the concurrently command string. This would be much easier to read and write instead of having to use backslash escaped double quotes. JSON requires strings to be delimited by double quotes, but there's no such requirement when it comes to characters inside a string.

I tried it, but it didn't work ;-(

@gustavohenke
Copy link
Member

Hey @johndeighan, that's actually valid, but not on Windows, AFAIK: https://superuser.com/q/324278/200254
Are you using Windows, by any chance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants