diff --git a/.changeset/tender-crabs-warn.md b/.changeset/tender-crabs-warn.md new file mode 100644 index 0000000..de6415f --- /dev/null +++ b/.changeset/tender-crabs-warn.md @@ -0,0 +1,5 @@ +--- +"hasura-ndc-neo4j": patch +--- + +Updates to deployment process diff --git a/tsconfig.json b/tsconfig.json index 9db72d4..12c29a6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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. */ diff --git a/tsconfig.production.json b/tsconfig.production.json index 780f005..930ce19 100644 --- a/tsconfig.production.json +++ b/tsconfig.production.json @@ -1,5 +1,5 @@ { "extends": "./tsconfig.json", - "include": ["src/**/*"], + "include": ["src/**/*", "connector-definition/**/*"], } \ No newline at end of file