-
Notifications
You must be signed in to change notification settings - Fork 75
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(cli): pass -c flag to build command #1586
Conversation
6c310eb
to
3096e01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
packages/botonic-cli/README.md
Outdated
@@ -21,7 +21,7 @@ $ npm install -g @botonic/cli | |||
$ botonic COMMAND | |||
running command... | |||
$ botonic (-v|--version|version) | |||
@botonic/cli/0.18.5 darwin-x64 node-v12.21.0 | |||
@botonic/cli/0.18.6-alpha.0 darwin-x64 node-v14.16.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the node version is changing here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch! this is something that is generated automatically by oclif. In practical terms it means I have ran the publish command with node 14 in my local machine. I would downgrade to node 12 when publishing the final package.
87385d9
to
4a3dd1a
Compare
Description
-c
flag of deploy command was not working: https://linear.app/hubtype/issue/BOT-413/botoniccli-0185-not-using-c-flagJust pass it as an optional argument to
build
Deployed version to test: https://www.npmjs.com/package/@botonic/cli/v/0.18.6-alpha.0