Skip to content

troubleshooting

Ben Holloway edited this page Mar 15, 2016 · 10 revisions

App

How can I limit the build to a certain composition only?

The default value of the names option will cause all the compositions to be built. You need to give a custom value for this option.

You will probably want to set it from an environment variable, so that certain npm scripts can build different compositions.

Release

Why is only the root composition released?

The default value of the names option will cause only the root composition to be released. You need to give a custom value for this option.

Clone this wiki locally