We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2192a90 commit 34c83aaCopy full SHA for 34c83aa
2 files changed
packages/wallet/wallet-toolbox/client/package.json
@@ -4,6 +4,9 @@
4
"description": "Client only Wallet Storage",
5
"main": "./out/src/index.client.js",
6
"types": "./out/src/index.client.d.ts",
7
+ "scripts": {
8
+ "build": "cd .. && pnpm exec tsc -b tsconfig.client.json"
9
+ },
10
"repository": {
11
"type": "git",
12
"url": "git+https://github.com/bsv-blockchain/ts-stack.git",
packages/wallet/wallet-toolbox/mobile/package.json
"main": "./out/src/index.mobile.js",
"types": "./out/src/index.mobile.d.ts",
+ "build": "cd .. && pnpm exec tsc -b tsconfig.mobile.json"
0 commit comments