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: use correct flag for postinstall auto-complete command #48

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

molisani
Copy link
Member

Resolves #46

Describe your changes
When using the single template, there is no command built-in to the app for installing the auto-complete functionality. Instead, the postinstall script for the app calls the install command of the @stricli/auto-complete@latest package (via npx). There with this postinstall script where it was passing the bash command as a positional parameter and not a flag. This is now resolved.

Testing performed
Updated baselines, confirmed by running manually.

@molisani molisani self-assigned this Jan 13, 2025
@molisani molisani requested a review from a team as a code owner January 13, 2025 17:13
@github-actions github-actions bot added the create-app 📂 Relates to the @stricli/create-app package label Jan 13, 2025
@molisani molisani force-pushed the fix/auto-complete-install-args branch from 14ecdd4 to a4c1f93 Compare January 13, 2025 17:18
@molisani molisani force-pushed the fix/auto-complete-install-args branch from a4c1f93 to 6284127 Compare January 13, 2025 17:32
@molisani molisani merged commit b70bd39 into main Jan 13, 2025
3 checks passed
@molisani molisani deleted the fix/auto-complete-install-args branch January 13, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
create-app 📂 Relates to the @stricli/create-app package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autocomplete postinstall script fails on single template
2 participants