We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe071f9 commit 3cc7e39Copy full SHA for 3cc7e39
1 file changed
package.json
@@ -19,7 +19,7 @@
19
"web-vitals": "^2.1.3"
20
},
21
"scripts": {
22
- "gen:types": "npx apollo client:codegen --target typescript --includes **/*.graphql.ts --excludes **/__generated__",
+ "gen:types": "apollo client:codegen --target typescript --includes **/*.graphql.ts --excludes **/__generated__",
23
"prestart": "yarn gen:types",
24
"start": "react-scripts start",
25
"build": "react-scripts build",
0 commit comments