diff --git a/package.json b/package.json index 93a4039..9131a37 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ }, "scripts": { "build": "tsc", + "prepare": "npm run build", "watch": "tsc -w", "type-check": "tsc --noEmit", "test": "vitest",