Skip to content

Commit

Permalink
chore: single examples generate script (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt authored Sep 1, 2024
1 parent 0f90673 commit a80e088
Show file tree
Hide file tree
Showing 11 changed files with 1,061 additions and 424 deletions.
7 changes: 0 additions & 7 deletions examples/raw.output.node-20.txt

This file was deleted.

7 changes: 0 additions & 7 deletions examples/raw.output.node-22.txt

This file was deleted.

105 changes: 0 additions & 105 deletions examples/raw_rawString.output.txt

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"scripts": {
"graffle": "tsx ./src/cli/generate.ts",
"gen:test:schema": "tsx tests/_/schemaGenerate.ts",
"gen:test:examples": "tsx scripts/generate-test-examples.ts",
"gen:examples": "tsx scripts/generate-examples-derivatives/generate.ts && pnpm format",
"gen:docs:examples:clients:SocialStudies": "pnpm graffle --name SocialStudies --schema https://countries.trevorblades.com/graphql --output ./examples/generated-clients/SocialStudies --libraryPathClient ../../../src/entrypoints/graffle/client.js --libraryPathSchema ../../../src/entrypoints/graffle/schema.js --libraryPathScalars ../../../src/entrypoints/graffle/scalars.js",
"dev": "rm -rf dist && tsc --watch",
"format": "pnpm build:docs && dprint fmt",
Expand Down Expand Up @@ -150,6 +150,7 @@
"type-fest": "^4.26.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0",
"vitepress": "^1.3.4",
"vitest": "^2.0.5"
}
}
Loading

0 comments on commit a80e088

Please sign in to comment.