Skip to content

Commit c550d1f

Browse files
committed
build: add npm install to setup script
1 parent 239b305 commit c550d1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"@php vendor/bin/testbench serve --ansi"
7171
],
7272
"setup": [
73+
"npm install",
7374
"@php vendor/bin/testbench vendor:publish --provider='Spatie\\Permission\\PermissionServiceProvider'",
7475
"@php vendor/bin/testbench vendor:publish --tag='filament-shield-config'",
7576
"@php vendor/bin/testbench package:sync-skeleton"

0 commit comments

Comments
 (0)