We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e804b commit dd9c542Copy full SHA for dd9c542
package.json
@@ -23,8 +23,8 @@
23
"build": "run-p build:*",
24
"build:main": "tsc -p tsconfig.main.json",
25
"build:module": "tsc -p tsconfig.module.json",
26
- "generate": "tsc && graphql-codegen",
27
- "prepublish": "tsc"
+ "generate": "run-p build:* && graphql-codegen",
+ "prepublish": "run-p build:*"
28
},
29
"keywords": [
30
"gql",
0 commit comments