Skip to content

Conversation

stmh
Copy link

@stmh stmh commented Jan 21, 2018

We are using a CI to deploy our websites. As part of the deployment process we want to build patternlab by running cd <patternlab-folder> && composer install && php core/console --generate. This is currently not possible, as patternlab requires that you press some keys when installing it.

To fix this I added a new config-option called existingPathsPolicy, where you can setup how patternlab should react.

So for a keyless installation of patternlab, all you need to do is to add these two lines to your config/config.yml-file:

overrideConfig: a
existingPathsPolicy: merge

… input.

Possible values are 'merge' and 'replace'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant