Skip to content

Commit

Permalink
Merge pull request #3 from pattern-lab/master
Browse files Browse the repository at this point in the history
Pulling in upstream changes
  • Loading branch information
EvanLovely authored Jul 12, 2017
2 parents 36cb12b + 5517fc0 commit 311ef05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ These are some helpful commands you can use on the command line for working with

This will compile PL and watch for changes while running the local server:

composer start --timeout=0
composer start

### Generate Pattern Lab

Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,14 @@
"pattern-lab/drupal-twig-components": "^2.0.0",
"aleksip/plugin-data-transform": "^1.0.0"
},
"config": {
"process-timeout": 0
},
"scripts": {
"server": "php core/console --server",
"generate": "php core/console --generate",
"watch": "php core/console --watch",
"start": "php core/console --server --quiet & php core/console --watch",
"start": "php core/console --server --quiet & php core/console --watch",
"post-install-cmd": [
"PatternLab\\Installer::postInstallCmd"
],
Expand Down

0 comments on commit 311ef05

Please sign in to comment.