Skip to content

Commit ffacffd

Browse files
committed
fix: add package.json to tauri-plugin-webdriver for workspace discovery
This Rust-only package was not being discovered by ReleaseKit because it lacked a package.json file. Added minimal package.json to ensure the package is included in version updates and publishing workflows.
1 parent 1355093 commit ffacffd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "@wdio/tauri-plugin-webdriver",
3+
"version": "0.0.1",
4+
"description": "Embedded WebDriver server for WDIO Tauri testing",
5+
"private": true,
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/webdriverio/desktop-mobile",
9+
"directory": "packages/tauri-plugin-webdriver"
10+
}
11+
}

0 commit comments

Comments
 (0)