pushkin-consortium / pushkin-cli

A CLI designed to facilitate the setup process of a Pushkin stack
MIT License
0 stars 4 forks source link

updated prep command and eslint #45

Closed rui-han closed 4 years ago

jkhartshorne commented 4 years ago

Why are you making pushkin init async? I thought we were trying to make everything synchronous.

jkhartshorne commented 4 years ago

Also, you have different things going on here. You have the adding of 'text' to 'prep', which is distinct from the changes you are making to deal with synchronicity. That makes review difficult, since I can't review these separately. Please use separate branches for functionally different changes.