You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the schema, the blueprints attribute is an array of objects. It makes it seem like the CLI is able to support bumping multiple blueprints from one package. Either I totally missed something in the code or the code doesn't reflect supporting bumping multiple blueprints from one package
The text was updated successfully, but these errors were encountered:
gitstevenpham
changed the title
ember-cli-updates.json schema makes it seem like multiple blueprint to one package is support but the code does not reflect that
ember-cli-updates.json schema makes it seem like multiple blueprint to one package is supported but the code does not reflect that
Dec 22, 2020
When you select a blueprint to update, the code will bump the version of the library in that other ember project directory and generate the selected blueprint. There doesn't seem to be logic generating the other blueprints if there exists more than 1
According to the schema, the
blueprints
attribute is an array of objects. It makes it seem like the CLI is able to support bumping multiple blueprints from one package. Either I totally missed something in the code or the code doesn't reflect supporting bumping multiple blueprints from one packageThe text was updated successfully, but these errors were encountered: