Skip to content

Commit 99e2708

Browse files
committed
refactor: remove @wdio/native-types dependency and update build configurations
- Removed `@wdio/native-types` dependency from `package.json` and `pnpm-lock.yaml`. - Updated `turbo.json` to eliminate the dependency on `@wdio/native-types#build` in the build process, streamlining the build configuration.
1 parent f959353 commit 99e2708

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

packages/bundler/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"devDependencies": {
4949
"@types/debug": "^4.1.12",
5050
"@types/node": "^25.3.0",
51-
"@wdio/native-types": "workspace:*",
5251
"@vitest/coverage-v8": "^4.0.18",
5352
"shx": "^0.4.0",
5453
"terser": "^5.46.0",

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"cache": false
124124
},
125125
"@wdio/bundler#build": {
126-
"dependsOn": ["@wdio/native-types#build", "typecheck"],
126+
"dependsOn": ["typecheck"],
127127
"outputs": ["dist/**"]
128128
},
129129
"@wdio/native-types#build": {

0 commit comments

Comments
 (0)