Skip to content

Commit 25d75a2

Browse files
committed
ci: do not pack test.d.ts files
1 parent a1f74fa commit 25d75a2

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

packages/apex/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"files": [
4747
"dist/**/*.d.ts",
48+
"!dist/**/*.test.d.ts",
4849
"dist/index.cjs",
4950
"dist/index.mjs",
5051
"lib/**/*.json",

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
},
3737
"files": [
3838
"dist/**/*.d.ts",
39+
"!dist/**/*.test.d.ts",
3940
"dist/index.cjs",
4041
"dist/index.mjs",
4142
"patches/*.patch",

packages/omniscript/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
},
4343
"files": [
4444
"dist/**/*.d.ts",
45+
"!dist/**/*.test.d.ts",
4546
"dist/index.cjs",
4647
"dist/index.mjs",
4748
"lib/**/*.json",

packages/salesforce/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"files": [
4747
"dist/**/*.d.ts",
48+
"!dist/**/*.test.d.ts",
4849
"dist/index.cjs",
4950
"dist/index.mjs",
5051
"lib/**/*.json",

packages/util/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"files": [
3939
"dist/**/*.d.ts",
40+
"!dist/**/*.test.d.ts",
4041
"dist/index.cjs",
4142
"dist/index.mjs",
4243
"patches/*.patch",

packages/vlocity-deploy/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
},
4444
"files": [
4545
"dist/**/*.d.ts",
46+
"!dist/**/*.test.d.ts",
4647
"dist/index.cjs",
4748
"dist/index.mjs",
4849
"lib/**/*.json",

packages/vlocity/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
},
4242
"files": [
4343
"dist/**/*.d.ts",
44+
"!dist/**/*.test.d.ts",
4445
"dist/index.cjs",
4546
"dist/index.mjs",
4647
"lib/**/*.json",

0 commit comments

Comments
 (0)