Skip to content

Commit

Permalink
fix: copying all the resources
Browse files Browse the repository at this point in the history
  • Loading branch information
bradens committed Oct 16, 2024
1 parent 514b69f commit 9fd0417
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added examples/next/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "bun run fetch:schema && bun run src/scripts/generateGraphql.ts && bun run src/scripts/buildSdk.ts && bun run codegen && bun run lint ./src/sdk --fix && bun run eslint --no-ignore ./src/resources/**/*.graphql --fix && bun run tsc",
"fetch:schema": "curl -s https://graph.codex.io/schema/latest.graphql --output src/resources/schema.graphql",
"codegen": "graphql-codegen --config codegen.ts",
"prepack": "cp src/resources/* dist/resources/",
"prepack": "cp -R src/resources/* dist/resources/",
"lint": "eslint --ext .ts src",
"test": "jest"
},
Expand Down

0 comments on commit 9fd0417

Please sign in to comment.