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: catch deploy manifest error if no capacitor CLI #4940

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

jcesarmobile
Copy link
Member

@jcesarmobile jcesarmobile commented Dec 22, 2022

ionic deploy manifest command is failing on latest release because of capacitor config command returning an error when Capacitor CLI is not installed.
This change allows to fallback to reading the capacitor.config.json if no Capacitor CLI is installed as it did in previous versions.

The CLI stills errors if you try to run ionic capacitor commands, this just prevents the error on ionic deploy manifest.

Change available as @ionic/cli@6.20.7-testing.0 on testing tag

@jcesarmobile jcesarmobile merged commit f586a18 into develop Jan 9, 2023
@jcesarmobile jcesarmobile deleted the catch-no-cli branch January 9, 2023 17:06
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.

2 participants