Skip to content

Commit

Permalink
force installation when building the preview server
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed May 21, 2024
1 parent 59d3867 commit 7286883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-email/src/cli/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const npmInstall = async (
) => {
return new Promise<void>((resolve, reject) => {
shell.exec(
`${packageManager} install --silent`,
`${packageManager} install --silent --force`,
{ cwd: builtPreviewAppPath },
(code) => {
if (code === 0) {
Expand Down

0 comments on commit 7286883

Please sign in to comment.