Add prepare script
This commit is contained in:
parent
8fe7072b83
commit
5dff282c05
|
@ -7,7 +7,8 @@
|
|||
"scripts": {
|
||||
"lint": "ts-standard",
|
||||
"test": "jest",
|
||||
"build": "tsc"
|
||||
"build": "tsc",
|
||||
"prepare": "tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue