add prepublishOnly
Showing
... | @@ -18,7 +18,8 @@ | ... | @@ -18,7 +18,8 @@ |
"lint": "tsdx lint src test", | "lint": "tsdx lint src test", | ||
"build": "tsdx build", | "build": "tsdx build", | ||
"start": "tsdx watch", | "start": "tsdx watch", | ||
"test": "tsdx test" | "test": "tsdx test", | ||
"prepublishOnly": "tsdx build" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@ethersproject/address": "^5.0.0-beta.134", | "@ethersproject/address": "^5.0.0-beta.134", | ||
... | ... |
Please register or sign in to comment