Commit 2d2f59de authored by Noah Zinsmeister's avatar Noah Zinsmeister

add prepublishOnly

parent 102d9842
...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment