-
-
Notifications
You must be signed in to change notification settings - Fork 69
Labels
Description
When the following commands are executed:
pnpm dlx sv create --template minimal --add eslint prettier tailwindcss="plugins:forms" --types jsdoc javascript
pnpm dlx sv create --template minimal --add eslint prettier tailwindcss="plugins:forms" --types ts typescripteslint-config-prettierandprettier-plugin-tailwindcssare not installedpnpm formatdoes not seem to run after creation (or silently fails?)
For diff, see hyunbinseo/svelte-kit-templates@d4c563a
Is this the desired action for create --add in one go? Or is it broken?