add postinstall

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-01-09 08:07:43 +01:00
parent 312aea019e
commit 1b317df3f1
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"repository": "https://github.com/blockworks-foundation/voter-stake-registry-client",
"scripts": {
"build": "tsc",
"postinstall": "tsc",
"clean": "rm -rf lib",
"prepare": "yarn clean && yarn build",
"type-check": "tsc --pretty --noEmit",