kabisa / maji

Maji is a framework to build great hybrid mobile apps.
https://www.majimobile.com/
MIT License
18 stars 10 forks source link

Don't use cross-spawn in `bin/setup` #231

Closed pascalw closed 6 years ago

pascalw commented 6 years ago

cross-spawn is a dependency, that is not installed yet when bin/setup is ran for the first time.

bin/setup merely invokes yarn install, so this is mainly here for backwards compatibility.

Fixes #223 .