Skip to content

Commit

Permalink
fix: remove graphql codegen from build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Jun 28, 2024
1 parent 5aa61a0 commit 072a230
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 @@ -23,7 +23,7 @@
"test": "jest",
"test:coverage": "jest --coverage --json --outputFile=jest.results.json && cat ./coverage/lcov.info | coveralls",
"test:coverage:html": "jest --silent=false --coverage --coverageReporters html",
"codegen": "npm run graphql:codegen && npm run swagger:codegen && npm run typechain:codegen",
"codegen": "npm run swagger:codegen && npm run typechain:codegen",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"graphql:codegen": "graphql-codegen --config graphql-codegen.yml",
Expand Down

0 comments on commit 072a230

Please sign in to comment.