Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion utils/generateReadme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,14 @@ See [Vite Configuration Reference](https://vite.dev/config/).

`

let installCommand = commandFor('install')
if (packageManager === 'pnpm' && needsNightwatch) {
// TODO: remove the "for pnpm 10+" note when pnpm 10 is widely adopted
installCommand += `\npnpm approve-builds # for pnpm 10+`
}

let npmScriptsDescriptions = `\`\`\`sh
${commandFor('install')}
${installCommand}
\`\`\`

### Compile and Hot-Reload for Development
Expand Down