Skip to content

Commit 2eff267

Browse files
committed
Comment out example tests
1 parent 52a01b1 commit 2eff267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "test"
99
},
1010
"scripts": {
11-
"test": "spago test && npm run test-codegen && node ./run-example-tests",
11+
"test": "spago test && npm run test-codegen",
1212
"test-codegen": "cd codegen/schema && spago test",
1313
"should-fail-tests": "node ./run-should-fail-tests",
1414
"bundle": "cd codegen/schema && spago bundle --bundle-type module --module GraphQL.Client.CodeGen.Js --outfile '../../gen-schema-bundled.mjs'",

0 commit comments

Comments
 (0)