Skip to content

Commit add5443

Browse files
committed
chore: fix tarball bloat
1 parent cf4456b commit add5443

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"shx": "^0.4.0",
5353
"vitest": "^3.2.4"
5454
},
55-
"files": ["dist/*"],
55+
"files": ["dist/**/*", "LICENSE"],
5656
"repository": {
5757
"type": "git",
5858
"url": "https://github.com/webdriverio/desktop-mobile-testing.git",

packages/native-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"typescript": "^5.9.3",
4949
"webdriverio": "catalog:default"
5050
},
51-
"files": ["dist/*"],
51+
"files": ["dist/**/*", "LICENSE"],
5252
"repository": {
5353
"type": "git",
5454
"url": "https://github.com/webdriverio/desktop-mobile-testing.git",

packages/native-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@
5858
"typescript": "^5.9.3",
5959
"vitest": "^3.2.4"
6060
},
61+
"files": ["dist/**/*", "LICENSE"],
6162
"repository": {
6263
"type": "git",
6364
"url": "https://github.com/webdriverio/desktop-mobile-testing.git",
64-
"directory": "packages/electron-utils"
65+
"directory": "packages/native-utils"
6566
}
6667
}

0 commit comments

Comments
 (0)