remove reference to yarn

This commit is contained in:
tjs 2022-11-17 15:23:53 -05:00
parent 4a62912284
commit 1c70988068
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"format": "prettier --check ./ts",
"lint": "eslint ./ts --ext ts --ext tsx --ext js --quiet",
"typecheck": "tsc --noEmit --pretty",
"prepare": "yarn build",
"prepare": "npm run build",
"prebuild": "npm run clean",
"prepublishOnly": "npm run validate && npm run build",
"validate": "npm run typecheck && npm run lint && npm run format"