Skip to content

Commit 8aa03ad

Browse files
authored
Merge pull request #304 from mikaelpopowicz/main
Prevent start script timeout
2 parents 02808c8 + a071991 commit 8aa03ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"@php vendor/bin/testbench workbench:build --ansi"
5555
],
5656
"start": [
57+
"Composer\\Config::disableProcessTimeout",
5758
"@composer run build",
5859
"@php vendor/bin/testbench serve"
5960
],

0 commit comments

Comments
 (0)