Set up graphql config dev test#10869
Conversation
|
💻 Website PreviewThe latest changes are available as preview in: https://pr-10869.graphql-code-generator.pages.dev |
| "private": true, | ||
| "scripts": { | ||
| "generate:cjs": "pnpm generate:cjs:single && pnpm generate:cjs:multi && pnpm generate:cjs:multi:project1", | ||
| "generate:cjs:multi": "node ../../packages/graphql-codegen-cli/dist/cjs/bin.js --config multi/.graphqlrc.yml || [ $? -eq 1 ]", |
There was a problem hiding this comment.
This is a test to assert failure because there is no "default" project.
This will expectedly fail with status 1, but we make it 0 to pass
Description
This PR sets up dev-test for graphql-config but purposely fails it so we can be sure the implementation in #10840 works.
Related #10840
Type of change