Skip to content

Commit 1106992

Browse files
committed
Fix importmap command
1 parent ac797e2 commit 1106992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ private function installJsDependenciesWithImportmaps(): void
112112
{
113113
$this->components->info('Installing JS dependencies (Importmaps).');
114114

115-
$this->callSilent('importmap:pin '.implode(' ', array_keys($this->jsDependencies())));
115+
$this->callSilent('php artisan importmap:pin '.implode(' ', array_keys($this->jsDependencies())));
116116
}
117117

118118
private function ensureTrixLibIsImported(): void

0 commit comments

Comments
 (0)