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

Release 0.0.1 #2

Merged
merged 8 commits into from
Aug 28, 2019
Merged

Release 0.0.1 #2

merged 8 commits into from
Aug 28, 2019

Conversation

bradbyte
Copy link
Contributor

@bradbyte bradbyte commented Aug 22, 2019

Refactored the way the cli will work. Now, a single configuration file will contain the app schemes and version object.

Commands are:

  • expo-config generate [scheme]
  • expo-config version [type] [--commit] [--print]

@bradbyte bradbyte requested a review from brianium August 22, 2019 16:52
@brianium brianium removed their assignment Aug 26, 2019
@brianium
Copy link

@bradbumbalough I removed myself for now - until the time is right. It's an OCD thing. Feel free to assign/ping me when this bad brother is ready for review FOR REAL 🤝

@bradbyte bradbyte force-pushed the develop branch 2 times, most recently from 3ffbfb4 to eb11a95 Compare August 26, 2019 15:21
@bradbyte
Copy link
Contributor Author

@brianium this should be good to go now. I had to make a tweak when when wiring it into our mobile CI.

workflows:
version: 2.1
lint_test:
jobs:

Choose a reason for hiding this comment

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

Curious why you opted for separate jobs for lint + test?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not really a reason... I could combine this.

Choose a reason for hiding this comment

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

I don't think I care that much. It has been a minute since I have looked at the circle ui. I just remember workflows added a bit of complexity - i.e restarting jobs instead of the entire build. Maybe they have fixed this 🤷‍♂ - a job per task seems overkill to me but maybe I am just 👴

lint_test:
jobs:
- lint
- test

Choose a reason for hiding this comment

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

What is this some lawless land of no newlines?

.eslintrc.json Outdated
"env": {
"es6": true
}
}

Choose a reason for hiding this comment

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

....it must be

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤦‍♂️

Choose a reason for hiding this comment

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

@tysonnero had a pretty cool integration of eslint and prettier in the desktop app. Might be worth looking at integrating prettier with eslint.

Copy link

@brianium brianium left a comment

Choose a reason for hiding this comment

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

This looks good to me. A couple of simple new line things and one request for prettier + eslint. The lint stuff could probably wait, but it would be nice to drive at a simple/consistent way to handle formatting + linting.

I think the real test for this stuff is going to see it integrating in the mobile repo.

.eslintrc.json Outdated
"env": {
"es6": true
}
}

Choose a reason for hiding this comment

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

@tysonnero had a pretty cool integration of eslint and prettier in the desktop app. Might be worth looking at integrating prettier with eslint.

@brianium brianium assigned bradbyte and unassigned brianium Aug 28, 2019
@bradbyte
Copy link
Contributor Author

@brianium made some changes... thanks for the feedback!

@bradbyte bradbyte assigned brianium and unassigned bradbyte Aug 28, 2019
@bradbyte bradbyte force-pushed the develop branch 2 times, most recently from d4c9e73 to 7f71838 Compare August 28, 2019 14:14
@brianium brianium assigned bradbyte and unassigned brianium Aug 28, 2019
@bradbyte bradbyte merged commit 63a2343 into master Aug 28, 2019
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.

None yet

2 participants