aerogear / create-graphql

Command-line utility to build production-ready servers with GraphQL.
MIT License
440 stars 38 forks source link

Add AppVoyer to test on Windows machines #67

Closed lucasbento closed 7 years ago

lucasbento commented 7 years ago

Work being done on improve-ci branch.

lucasbento commented 7 years ago

Relative path isn't working on windows, it seems to return with backslash: https://ci.appveyor.com/project/lucasbento/create-graphql/build/1.0.29/job/s04vil1miy4ugpbs#L311.

cc @felippepuhle.

lucasbento commented 7 years ago

Maybe this works better: https://nodejs.org/docs/latest/api/path.html#path_path_resolve_paths, create-react-app seems to use this: https://github.com/facebookincubator/create-react-app/blob/613b584f42a04257d9fb53b2a96a1f49bb7a6b46/packages/react-scripts/config/paths.js#L20