diff --git a/ts/packages/package.json b/ts/packages/package.json
index 8cfb77e3d7155bd6e65992129fd56ca08ac11fb7..675aaa11d7526368ba842627db9c717638edf3ab 100644
--- a/ts/packages/package.json
+++ b/ts/packages/package.json
@@ -5,9 +5,6 @@
     "publish": "pnpm run -r publish"
   },
   "dependencies": {
-    "@hiveio/wax-signers-keychain": "workspace:./signers/keychain"
-  },
-  "pnpm": {
-    "requiredScripts": ["build", "pack", "publish"]
+    "@hiveio/wax-signers-keychain": "workspace:./signers-keychain"
   }
 }
\ No newline at end of file
diff --git a/ts/packages/pnpm-lock.yaml b/ts/packages/pnpm-lock.yaml
index f8feecb39e8698a2573cfb45f2e0439cc646cfa7..6f8f8961bee76af0870199beee6225f747e9d4b8 100644
--- a/ts/packages/pnpm-lock.yaml
+++ b/ts/packages/pnpm-lock.yaml
@@ -15,8 +15,8 @@ importers:
   .:
     dependencies:
       '@hiveio/wax-signers-keychain':
-        specifier: workspace:./signers/keychain
-        version: link:signers/keychain
+        specifier: workspace:./signers-keychain
+        version: link:signers-keychain
 
   signers-keychain:
     dependencies:
diff --git a/ts/packages/signers-keychain/package.json b/ts/packages/signers-keychain/package.json
index 1a17381e346a1707adb47172860739b0a6831e64..4074afe9d46b7e62b6d30e92659f0749a3a094b2 100644
--- a/ts/packages/signers-keychain/package.json
+++ b/ts/packages/signers-keychain/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@hiveio/wax-signers-keychain",
-  "version": "Run-Prepack-First",
+  "version": "0.0.0-Run-Prepack",
   "description": "Wax signer library extending transaction signing possibilities by a 3rd party Web-only extension - Keychain",
   "main": "dist/index.js",
   "types": "dist/index.d.ts",
diff --git a/ts/pnpm-lock.yaml b/ts/pnpm-lock.yaml
index ba776fc934c56b85de5f1eb975765a078d6d14eb..bb9f8add5bae600da8061baee205228eb05a00a7 100644
--- a/ts/pnpm-lock.yaml
+++ b/ts/pnpm-lock.yaml
@@ -194,6 +194,13 @@ importers:
         specifier: catalog:typescript-toolset
         version: 5.7.3
 
+  packages:
+
+    dependencies:
+      '@hiveio/wax-signers-keychain':
+        specifier: workspace:./signers-keychain
+        version: link:signers-keychain
+
 packages:
 
   '@babel/code-frame@7.26.2':