graphql / swapi-graphql

A GraphQL schema and server wrapping SWAPI.
http://graphql.org/swapi-graphql/
MIT License
1.04k stars 274 forks source link

Build doesn't work on windows because depends on bash script #132

Closed tzkmx closed 6 years ago

tzkmx commented 6 years ago

Just like #130 the build can't be run on windows because it doesn't supports the execution of bash scripts.

Fixed by PR #133

IvanGoncharov commented 6 years ago

@tzkmx I removed all shell scripts except deploy-public which require user to have commit right to this repo. So I close this issue but feel free to open separate issues if you have any other problems with using this project on Windows.