Skip to content

Commit b7226a4

Browse files
committed
Fix composer discovery script
1 parent badc1fe commit b7226a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
}
3737
],
3838
"scripts": {
39+
"post-autoload-dump": [
40+
"@php ./tempest discovery:generate"
41+
],
3942
"phpunit": "vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
4043
"mago:fmt": "vendor/bin/mago fmt",
4144
"mago:lint": "vendor/bin/mago lint --fix && vendor/bin/mago lint",

0 commit comments

Comments
 (0)