diff --git a/package.json b/package.json index 169bf35..0b5681e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build": "tsc --emitDeclarationOnly && tsx build.ts", "lint": "eslint --max-warnings=0", "postinstall": "patch-package", - "prepare": "tsc --project tsconfig.json", + "prepare": "npm run build", "prettier": "prettier --check .", "prettier:fix": "prettier --cache --list-different --write .", "start": "node dist/cli.mjs",