Skip to content

Commit 581fd76

Browse files
committed
revert
1 parent 0dd1548 commit 581fd76

File tree

3 files changed

+1
-23
lines changed

3 files changed

+1
-23
lines changed

.graphqlrc.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ if (!schemaUrl) {
1818
}
1919

2020
const config: CodegenConfig = {
21-
concurrency: 1,
2221
overwrite: true,
2322
schema: schemaUrl,
2423
documents: "src/graphql/**/*.graphql",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"predev": "pnpm run generate",
1212
"prebuild": "pnpm run generate",
1313
"lint": "eslint",
14-
"generate": "NODE_OPTIONS=\"--require ./scripts/ensure-cpus.cjs\" graphql-codegen --config .graphqlrc.ts",
14+
"generate": "graphql-codegen --config .graphqlrc.ts",
1515
"prepare": "husky install"
1616
},
1717
"dependencies": {

scripts/ensure-cpus.cjs

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)