Skip to content

Commit 9c4a51f

Browse files
committed
build: add npm install to composer setup script
1 parent 7fdd92d commit 9c4a51f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"@php vendor/bin/testbench serve --ansi"
8383
],
8484
"setup": [
85+
"npm install",
8586
"@php vendor/bin/testbench vendor:publish --provider='Spatie\\Permission\\PermissionServiceProvider'",
8687
"@php vendor/bin/testbench vendor:publish --tag='filament-shield-config'",
8788
"@php vendor/bin/testbench vendor:publish --provider='Laravel\\Scout\\ScoutServiceProvider'",

0 commit comments

Comments
 (0)