add yarn prepare
This commit is contained in:
parent
91b2e770e6
commit
97d45896b9
|
@ -26,6 +26,7 @@
|
|||
"format": "prettier --check .",
|
||||
"lint": "eslint . --ext ts --ext tsx --ext js --quiet",
|
||||
"typecheck": "tsc --noEmit --pretty",
|
||||
"prepare": "yarn build",
|
||||
"prebuild": "npm run clean",
|
||||
"prepublishOnly": "npm run validate && npm run build",
|
||||
"validate": "npm run typecheck && npm run test && npm run lint && npm run format-check"
|
||||
|
|
Loading…
Reference in New Issue