Skip to content

Commit 9a8a5d7

Browse files
authored
Restore local dependencies after running the build command (#338)
1 parent 444f638 commit 9a8a5d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

agent/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"@php vendor/bin/phpunit"
6363
],
6464
"build": [
65-
"bash ./build.sh"
65+
"bash ./build.sh",
66+
"([ ! \"${CI}\" ] && composer install) || true"
6667
],
6768
"watch": [
6869
"npm ci",

0 commit comments

Comments
 (0)