mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
![]() For reasons unbeknownst to me, the changes below were only being complained about in the CI environment but _not_ when I ran `npm run lint` locally. It seems partially related to the OS its ran on, so I imagine there might be some other sub-dependency at play here. In an effort to fix this, I just spawned a Ubuntu docker image, checked out this repository and ran the same `npm run lint`. This produced identical results to Travis, so I ran `npm run lint-fix`, then saved the `git diff` results and have applied this locally. This should allow us to re-enable `prettier` in CI, though I have plans to separate that from the actual `npm test` runs. This should result in a better workflow for managing PRs. |
||
---|---|---|
.. | ||
apollo-server-adonis | ||
apollo-server-azure-functions | ||
apollo-server-core | ||
apollo-server-express | ||
apollo-server-hapi | ||
apollo-server-integration-testsuite | ||
apollo-server-koa | ||
apollo-server-lambda | ||
apollo-server-micro | ||
apollo-server-module-graphiql | ||
apollo-server-module-operation-store | ||
apollo-server-restify | ||
graphql-server-core | ||
graphql-server-express | ||
graphql-server-hapi | ||
graphql-server-koa | ||
graphql-server-lambda | ||
graphql-server-micro | ||
graphql-server-module-graphiql | ||
graphql-server-module-operation-store | ||
graphql-server-restify |