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(cli): pass -c flag to build command #1586

Merged
merged 4 commits into from
May 25, 2021
Merged

fix(cli): pass -c flag to build command #1586

merged 4 commits into from
May 25, 2021

Conversation

vanbasten17
Copy link
Contributor

@vanbasten17 vanbasten17 commented May 25, 2021

Description

-c flag of deploy command was not working: https://linear.app/hubtype/issue/BOT-413/botoniccli-0185-not-using-c-flag
Just 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

@github-actions
Copy link

github-actions bot commented May 25, 2021

Unit Test Results

  1 files  ±0    7 suites  ±0   2m 49s ⏱️ ±0s
32 tests ±0  32 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit b17af0c. ± Comparison against base commit b17af0c.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@asastre asastre left a comment

Choose a reason for hiding this comment

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

🙌

@@ -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
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@vanbasten17 vanbasten17 merged commit b17af0c into master May 25, 2021
@vanbasten17 vanbasten17 deleted the fix/cli-c-flag branch May 25, 2021 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants