We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a01b1 commit 2eff267Copy full SHA for 2eff267
package.json
@@ -8,7 +8,7 @@
8
"test": "test"
9
},
10
"scripts": {
11
- "test": "spago test && npm run test-codegen && node ./run-example-tests",
+ "test": "spago test && npm run test-codegen",
12
"test-codegen": "cd codegen/schema && spago test",
13
"should-fail-tests": "node ./run-should-fail-tests",
14
"bundle": "cd codegen/schema && spago bundle --bundle-type module --module GraphQL.Client.CodeGen.Js --outfile '../../gen-schema-bundled.mjs'",
0 commit comments