From 6f50480c44e86e66e7e8410029315572273ec417 Mon Sep 17 00:00:00 2001
From: Manoj Vivek
Date: Wed, 6 May 2026 14:22:31 +0530
Subject: [PATCH] Add prepare script to package.json
---
package.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 6f24f84..423f40a 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,8 @@
"lint": "eslint src test",
"test:unit": "vitest",
"test": "vitest --run",
- "prepublishOnly": "npm run test && npm run lint && npm run build"
+ "prepublishOnly": "npm run test && npm run lint && npm run build",
+ "prepare": "npm run build"
},
"devDependencies": {
"@eslint/js": "^10.0.1",