Skip to content

Commit

Permalink
Merge pull request #778 from ckaznocha/develop
Browse files Browse the repository at this point in the history
Update deepinstall.js to fix pnpm install
  • Loading branch information
aman-v-singh authored Feb 17, 2025
2 parents 011f6e1 + 82c71ed commit d3d4a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/deepinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async.series([
}
break;
case 'pnpm':
command = 'pnpm install --prod';
command = 'pnpm install --ignore-workspace --prod';
break;
default:
command = pm + ' install --no-audit --production';
Expand Down

0 comments on commit d3d4a5f

Please sign in to comment.