Skip to content

Commit

Permalink
Bundle connector definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
a-alle committed May 1, 2024
1 parent 4770502 commit e99bf9d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tender-crabs-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hasura-ndc-neo4j": patch
---

Updates to deployment process
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include": ["src/**/*", "__tests__/**/*"],
"include": ["src/**/*", "connector-definition/**/*", "__tests__/**/*"],
"compilerOptions": {
"target": "es2021", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"module": "commonjs", /* Specify what module code is generated. */
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.production.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*"],
"include": ["src/**/*", "connector-definition/**/*"],
}

0 comments on commit e99bf9d

Please sign in to comment.