Skip to content

Commit

Permalink
Comment out example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
finnhodgkin committed Sep 27, 2024
1 parent 52a01b1 commit 2eff267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "test"
},
"scripts": {
"test": "spago test && npm run test-codegen && node ./run-example-tests",
"test": "spago test && npm run test-codegen",
"test-codegen": "cd codegen/schema && spago test",
"should-fail-tests": "node ./run-should-fail-tests",
"bundle": "cd codegen/schema && spago bundle --bundle-type module --module GraphQL.Client.CodeGen.Js --outfile '../../gen-schema-bundled.mjs'",
Expand Down

0 comments on commit 2eff267

Please sign in to comment.