diff --git a/.changeset/friendly-panthers-know.md b/.changeset/friendly-panthers-know.md new file mode 100644 index 00000000..941ee131 --- /dev/null +++ b/.changeset/friendly-panthers-know.md @@ -0,0 +1,5 @@ +--- +"@tus/azure-store": patch +--- + +Correctly publish dist folder diff --git a/test/tsconfig.json b/test/tsconfig.json index 820176e0..e27cf8a4 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -1,6 +1,7 @@ { "$schema": "https://json.schemastore.org/tsconfig.json", "references": [ + { "path": "../packages/azure-store/tsconfig.build.json" }, { "path": "../packages/file-store/tsconfig.build.json" }, { "path": "../packages/gcs-store/tsconfig.build.json" }, { "path": "../packages/s3-store/tsconfig.build.json" }, diff --git a/tsconfig.json b/tsconfig.json index ec48ea78..d92eef87 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "$schema": "https://json.schemastore.org/tsconfig.json", "files": [], "references": [ + { "path": "packages/azure-store/tsconfig.json" }, { "path": "packages/file-store/tsconfig.json" }, { "path": "packages/gcs-store/tsconfig.json" }, { "path": "packages/s3-store/tsconfig.json" },