Skip to content

Commit 311ef05

Browse files
authored
Merge pull request #3 from pattern-lab/master
Pulling in upstream changes
2 parents 36cb12b + 5517fc0 commit 311ef05

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ These are some helpful commands you can use on the command line for working with
3232

3333
This 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

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,14 @@
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
],

0 commit comments

Comments
 (0)