add yarn prepare

This commit is contained in:
tjs 2022-06-30 13:32:55 -04:00
parent 91b2e770e6
commit 97d45896b9
1 changed files with 1 additions and 0 deletions

View File

@ -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"