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

[legacy-framework] Fix quirrel install recipe #2170

Merged
merged 15 commits into from
Mar 31, 2021

Conversation

roshan-sama
Copy link
Collaborator

@roshan-sama roshan-sama commented Mar 30, 2021

Closes: ??

What are the changes and their implications?

Updating the install command to update the development script instead of the production script since the blitz start command changed to be the production one.
In addition, updating the installer to add double quotes around the original command to avoid this issue:

$ concurrently --raw 'blitz dev' 'quirrel'
''blitz' is not recognized as an internal or external command,
operable program or batch file.
'dev'' is not recognized as an internal or external command,
operable program or batch file. 

Checklist

  • Changes covered by tests (tests added if needed)
  • Does this PR warrant documentation updates? If yes, open a second PR with doc changes to blitzjs.com

Copy link
Member

@Skn0tt Skn0tt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Nice PR @roesh!

@flybayer flybayer changed the title Update quirrel install recipe Fix quirrel install recipe Mar 31, 2021
@flybayer flybayer merged commit f40c0f0 into blitz-js:canary Mar 31, 2021
@itsdillon itsdillon changed the title Fix quirrel install recipe [legacy-framework] Fix quirrel install recipe Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants