chore: remove unwanted logs & use new gql generation for selfhosted-web (#65)

This commit is contained in:
Akash K
2023-04-04 04:18:29 +05:30
committed by GitHub
parent 87be0ef073
commit ea847d7d32
4 changed files with 4 additions and 11 deletions

View File

@@ -17,7 +17,8 @@
"do-lint": "pnpm run prod-lint",
"do-typecheck": "pnpm run lint",
"do-lintfix": "pnpm run lintfix",
"gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\""
"gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\"",
"postinstall": "pnpm run gql-codegen"
},
"dependencies": {
"@hoppscotch/common": "workspace:^",