File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ These are some helpful commands you can use on the command line for working with
3232
3333This will compile PL and watch for changes while running the local server:
3434
35- composer start --timeout=0
35+ composer start
3636
3737### Generate Pattern Lab
3838
Original file line number Diff line number Diff line change 5050 "pattern-lab/drupal-twig-components" : " ^2.0.0" ,
5151 "aleksip/plugin-data-transform" : " ^1.0.0"
5252 },
53+ "config" : {
54+ "process-timeout" : 0
55+ },
5356 "scripts" : {
5457 "server" : " php core/console --server" ,
5558 "generate" : " php core/console --generate" ,
5659 "watch" : " php core/console --watch" ,
57- "start" : " php core/console --server --quiet & php core/console --watch" ,
60+ "start" : " php core/console --server --quiet & php core/console --watch" ,
5861 "post-install-cmd" : [
5962 " PatternLab\\ Installer::postInstallCmd"
6063 ],
You can’t perform that action at this time.
0 commit comments