Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d804ae

Browse files
haoqunjiangcexbrayat
authored andcommitted
docs: note nightwatch + pnpm 10 users to runpnpm approve-builds after install
1 parentf528fba commit9d804ae

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎utils/generateReadme.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,14 @@ See [Vite Configuration Reference](https://vite.dev/config/).
3939
4040
`
4141

42+
letinstallCommand=commandFor('install')
43+
if(packageManager==='pnpm'&&needsNightwatch){
44+
// TODO: remove the "for pnpm 10+" note when pnpm 10 is widely adopted
45+
installCommand+=`\npnpm approve-builds # for pnpm 10+`
46+
}
47+
4248
letnpmScriptsDescriptions=`\`\`\`sh
43-
${commandFor('install')}
49+
${installCommand}
4450
\`\`\`
4551
4652
### Compile and Hot-Reload for Development

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp