Skip to content

Commit 34c83aa

Browse files
committed
Build split wallet toolbox packages
1 parent 2192a90 commit 34c83aa

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

packages/wallet/wallet-toolbox/client/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "Client only Wallet Storage",
55
"main": "./out/src/index.client.js",
66
"types": "./out/src/index.client.d.ts",
7+
"scripts": {
8+
"build": "cd .. && pnpm exec tsc -b tsconfig.client.json"
9+
},
710
"repository": {
811
"type": "git",
912
"url": "git+https://github.com/bsv-blockchain/ts-stack.git",

packages/wallet/wallet-toolbox/mobile/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "Client only Wallet Storage",
55
"main": "./out/src/index.mobile.js",
66
"types": "./out/src/index.mobile.d.ts",
7+
"scripts": {
8+
"build": "cd .. && pnpm exec tsc -b tsconfig.mobile.json"
9+
},
710
"repository": {
811
"type": "git",
912
"url": "git+https://github.com/bsv-blockchain/ts-stack.git",

0 commit comments

Comments
 (0)