Skip to content

Commit 0bb9721

Browse files
committed
Fix post-autoload-dump script
1 parent 28cd580 commit 0bb9721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@php ./tempest discovery:generate"
3232
],
3333
"post-autoload-dump": [
34-
"@php ./tempest discovery:generate"
34+
"@php ./vendor/bin/tempest discovery:generate"
3535
],
3636
"phpunit": "vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
3737
"mago:fmt": "vendor/bin/mago fmt",

0 commit comments

Comments
 (0)