From a18cef45c1d645ae67221ed296636cf470d99d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=9E=D1=81=D0=B8?= =?UTF-8?q?=D0=BF=D0=BA=D0=BE=D0=B2?= Date: Fri, 22 May 2026 14:41:01 +0300 Subject: [PATCH] Add prepare script for NPM git installation --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index ea2ff92..aa5119e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { + "build": "tsc", + "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {