Skip to content

Commit a7fb8d7

Browse files
authored
feat(smart-wallet-sdk): add release script (#339)
1 parent 282968f commit a7fb8d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdks/smart-wallet-sdk/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"build:cjs": "tsc -p tsconfig.cjs.json",
2424
"build:esm": "tsc -p tsconfig.esm.json",
2525
"build:types": "tsc -p tsconfig.types.json",
26+
"release": "semantic-release",
2627
"lint": "eslint src --ext .ts",
2728
"test": "jest"
2829
},

0 commit comments

Comments
 (0)