Skip to content

Commit b00fe51

Browse files
committed
fix: add pending post scripts at composer.json
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 450b5a3 commit b00fe51

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737
}
3838
},
3939
"scripts": {
40+
"post-install-cmd": [
41+
"@composer bin all install --ansi",
42+
"composer dump-autoload"
43+
],
44+
"post-update-cmd": [
45+
"composer dump-autoload"
46+
],
4047
"test:unit": "vendor/bin/phpunit --no-coverage --colors=always --fail-on-warning --fail-on-risky --display-deprecations --display-phpunit-deprecations",
4148
"test:coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit"
4249
},

0 commit comments

Comments
 (0)