Fixed and add husky for prettier
This commit is contained in:
parent
c42964407e
commit
07a3867fcb
@ -5,7 +5,8 @@
|
|||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "tsc -w",
|
"start": "tsc -w",
|
||||||
"build": "rm -rf dist && tsc"
|
"build": "rm -rf dist && tsc",
|
||||||
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user