-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Format files after pnpm dlx sv add
#502
Comments
Any reason you added the |
I added I've updated the code as follows: execSync('pnpm dlx sv create --template minimal --no-add-ons --types jsdoc javascript');
execSync('pnpm dlx sv add --no-preconditions --cwd javascript eslint prettier');
execSync('pnpm dlx sv create --template minimal --no-add-ons --types ts typescript');
execSync('pnpm dlx sv add --no-preconditions --cwd typescript eslint prettier');
execSync('pnpm i -r'); but I still can't get it to work. Am I missing something?
|
Finally managed to understand your issue, i was playing around with the jsdoc template, that does not have this issue. Formatting did changed based on #380. Furthermore, if you run the commands you mentioned in an interactive command prompt, everything works as expected. Looks like formatting is skipped in non interactive mode. Let me check |
Can confirm it works. Thank you! hyunbinseo/svelte-kit-templates@a20c508 |
These commands from #333 generates un-formatted files.
Reference hyunbinseo/svelte-kit-templates@78cb087
The text was updated successfully, but these errors were encountered: