Skip to content

Commit 283f0fc

Browse files
committed
build: include sdk.ts in build
1 parent 9ad2c25 commit 283f0fc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ test/resources/auth.js
1313
lib/*.js
1414
dialog/v1.js
1515
index.js
16+
sdk.js
1617
scripts/typedoc/

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ assistant/*.js
3535
compare-comply/*.js
3636
iam-token-manager/*.js
3737
index.js
38+
sdk.js
3839
.nyc_output
3940
**/*.d.ts
4041
!*/blob.d.ts

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
"./iam-token-manager/*.ts",
7272
"./compare-comply/*.ts",
7373
"./iam-token-manager/*.ts",
74-
"index.ts"
74+
"sdk.ts"
7575
]
7676
}

0 commit comments

Comments
 (0)