Skip to content

Commit 1f636c6

Browse files
taeyzzzThanetpon Kultontikorn
andauthored
clean code (#10)
Co-authored-by: Thanetpon Kultontikorn <[email protected]>
1 parent 332e91a commit 1f636c6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agoda-graphql-csharp-generator",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"main": "index.js",
55
"files": [
66
"dist"
@@ -22,7 +22,6 @@
2222
"typescript": "^5.8.3"
2323
},
2424
"dependencies": {
25-
"agoda-graphql-codegen-csharp": "^1.1.318",
26-
"graphql-code-generator": "^0.10.7"
25+
"agoda-graphql-codegen-csharp": "^1.1.318"
2726
}
2827
}

src/generate.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ const getGqlGenCommand = (): string => {
99
try {
1010
// Find the graphql-code-generator package that provides gql-gen
1111
const gqlGenPath = require.resolve('graphql-code-generator/dist/cli.js');
12-
console.log("gqlGenPath:", gqlGenPath);
13-
1412
return `node "${gqlGenPath}"`;
1513
} catch (error) {
1614
// Fallback to npx with correct package name

0 commit comments

Comments
 (0)