Commit 4447a77
committed
Remove --dev flag to install both dependencies and devDependencies
The --dev flag installs ONLY devDependencies, removing production deps.
We want both, so use regular install which installs everything from
package.json when PNPM_INSTALL_ENV unsets CI and NODE_ENV.1 parent 3a12344 commit 4447a77
1 file changed
Lines changed: 5 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
544 | | - | |
| 544 | + | |
545 | 545 | | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | | - | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
554 | 550 | | |
555 | 551 | | |
556 | 552 | | |
| |||
0 commit comments