Update package.json (#962)
This commit is contained in:
parent
d0cd924ca7
commit
9cc0405f69
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
"format": "prettier --write .",
|
||||
"lint": "turbo run lint --parallel",
|
||||
"clean": "turbo run clean",
|
||||
"postinstall": "husky install",
|
||||
"postinstall": "husky install & yarn build",
|
||||
"pre-commit": "lint-staged",
|
||||
"pre-push": "yarn test"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue