Skip to content

Commit a071991

Browse files
mikaelpopowiczMikaël Popopowicz
authored andcommitted
fix: prevent start script timeout
1 parent 02808c8 commit a071991

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)