Skip to content

Commit

Permalink
Add pnpm lockfile to flushNodeModules
Browse files Browse the repository at this point in the history
  • Loading branch information
osbre authored Sep 12, 2024
1 parent b85a4dd commit 159e95d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ protected static function flushNodeModules()
tap(new Filesystem, function ($files) {
$files->deleteDirectory(base_path('node_modules'));

$files->delete(base_path('pnpm-lock.yaml'));
$files->delete(base_path('yarn.lock'));
$files->delete(base_path('bun.lockb'));
$files->delete(base_path('deno.lock'));
Expand Down

0 comments on commit 159e95d

Please sign in to comment.