Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: init standalone-app if no templates are selected #594

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

MichaelGoberling
Copy link
Contributor

@MichaelGoberling MichaelGoberling commented Oct 3, 2022

Description

If the user does not select any templates, initialize a standalone application.

Related Issue

closes #591

Motivation and Context

This fixes a workflow that results in an un-deployable App Builder application.

How Has This Been Tested?

  • Locally linked app plugin
  • Locally ran npm run test

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@shazron shazron merged commit 9f8b4a1 into master Oct 4, 2022
@shazron shazron deleted the issue-591/no-template-workflow branch October 4, 2022 02:47
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.

aio-next: projects with no templates selected during app init are un-deployable
2 participants