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

chore(app-shell): make-dev fixes #15053

Merged
merged 2 commits into from
May 3, 2024
Merged

chore(app-shell): make-dev fixes #15053

merged 2 commits into from
May 3, 2024

Conversation

sfoster1
Copy link
Member

make dev for the robot-stack release kind would print errors in its logs and not prompt updates because the dev app update was malformed. Also, we weren't switching the dev-app-update correctly because it wasn't a phony target.

The log is the "undefined trying to access includes" one.

After this, make dev should prompt updates whether you're on OPENTRONS_PROJECT=robot-stack or OPENTRONS_PROJECT=ot3 (before, it only would on =ot3)

make dev for the robot-stack release kind would print errors in its logs
and not prompt updates because the dev app update was malformed. Also,
we weren't switching the dev-app-update correctly because it wasn't a
phony target.
@sfoster1 sfoster1 requested a review from a team as a code owner April 30, 2024 20:11
@sfoster1 sfoster1 requested review from shlokamin and removed request for a team April 30, 2024 20:11
Copy link
Contributor

@mjhuff mjhuff left a comment

Choose a reason for hiding this comment

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

sweet!

@sfoster1 sfoster1 merged commit fea3ee7 into edge May 3, 2024
19 checks passed
@sfoster1 sfoster1 deleted the fix-shell-dev branch May 3, 2024 14:19
Carlos-fernandez pushed a commit that referenced this pull request May 20, 2024
make dev for the robot-stack release kind would print errors in its logs
and not prompt updates because the dev app update was malformed. Also,
we weren't switching the dev-app-update correctly because it wasn't a
phony target.

The log is the "undefined trying to access includes" one.

After this, `make dev` should prompt updates whether you're on
`OPENTRONS_PROJECT=robot-stack` or `OPENTRONS_PROJECT=ot3` (before, it
only would on `=ot3`)
Carlos-fernandez pushed a commit that referenced this pull request Jun 3, 2024
make dev for the robot-stack release kind would print errors in its logs
and not prompt updates because the dev app update was malformed. Also,
we weren't switching the dev-app-update correctly because it wasn't a
phony target.

The log is the "undefined trying to access includes" one.

After this, `make dev` should prompt updates whether you're on
`OPENTRONS_PROJECT=robot-stack` or `OPENTRONS_PROJECT=ot3` (before, it
only would on `=ot3`)
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