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

feat(shorebird_cli): add build command #26

Merged
merged 2 commits into from
Mar 6, 2023
Merged

Conversation

felangel
Copy link
Contributor

@felangel felangel commented Mar 6, 2023

Description

  • feat(shorebird_cli): add build command

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@felangel felangel requested a review from eseidel March 6, 2023 22:33
@felangel felangel self-assigned this Mar 6, 2023
'build',
'apk',
'--release',
'--no-tree-shake-icons',
Copy link
Contributor

Choose a reason for hiding this comment

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

Should have a comment about why and that we're going to remove it.

'--local-engine-src-path',
shorebirdEnginePath,
'--local-engine',
'android_release_arm64',
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably also deserves a comment that this will need to change when we support more platform targets.

Copy link
Contributor

@eseidel eseidel left a comment

Choose a reason for hiding this comment

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

Overall lgtm.

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