Skip to content

Commit

Permalink
do not exit if @safe-global/protocol-kit/**/Multi_send.ts dne (#3696)
Browse files Browse the repository at this point in the history
### Description

* do not exit if `@safe-global/protocol-kit/**/Multi_send.ts` dne
* This fixes an issue where successfully building the sdk 2+ times exits
out, when instead `tsc` should always be executed

### Drive-by changes

* n/a

### Related issues

* n/a

### Backward compatibility

* yes

### Testing

* manual
  • Loading branch information
nbayindirli authored and ltyu committed May 3, 2024
1 parent 3d439b3 commit c820d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
],
"license": "Apache-2.0",
"scripts": {
"build": "yarn build:fixSafeGlobalLib && tsc",
"build": "yarn build:fixSafeGlobalLib; tsc",
"build:fixSafeGlobalLib": "rm -rf ../../node_modules/@safe-global/protocol-kit/dist/typechain/src/web3-v1/**/Multi_send.ts",
"dev": "tsc --watch",
"check": "tsc --noEmit",
Expand Down

0 comments on commit c820d15

Please sign in to comment.