Skip to content

Commit

Permalink
chore(examples): add clean and typecheck scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jun 22, 2024
1 parent 9800b1e commit d4c5a4b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/onchain_list-address-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"private": true,
"module": "index.ts",
"type": "module",
"scripts": {
"clean": "rimraf ./node_modules",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@coinbase-platform/onchain": "workspace:*"
},
Expand Down
4 changes: 4 additions & 0 deletions examples/onchain_list-balance-details/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"private": true,
"module": "index.ts",
"type": "module",
"scripts": {
"clean": "rimraf ./node_modules",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@coinbase-platform/onchain": "workspace:*"
},
Expand Down
4 changes: 4 additions & 0 deletions examples/onchain_list-balance-histories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"private": true,
"module": "index.ts",
"type": "module",
"scripts": {
"clean": "rimraf ./node_modules",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@coinbase-platform/onchain": "workspace:*"
},
Expand Down
4 changes: 4 additions & 0 deletions examples/onchain_list-balances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"private": true,
"module": "index.ts",
"type": "module",
"scripts": {
"clean": "rimraf ./node_modules",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@coinbase-platform/onchain": "workspace:*"
},
Expand Down
4 changes: 4 additions & 0 deletions examples/onchain_rpc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"private": true,
"module": "index.ts",
"type": "module",
"scripts": {
"clean": "rimraf ./node_modules",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@coinbase-platform/onchain": "workspace:*"
},
Expand Down

0 comments on commit d4c5a4b

Please sign in to comment.