From f68f8c2c64981aa3668ae653d47826b772c7de52 Mon Sep 17 00:00:00 2001 From: harsha-iiiv Date: Sun, 13 Apr 2025 23:37:25 +0530 Subject: [PATCH] update package.json --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index fb7a302..f2d7684 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,7 @@ "start": "node dist/index.js", "clean": "rimraf dist", "typecheck": "tsc --noEmit", - "build": "tsc && chmod 755 dist/index.js", - "prepare": "npm run clean && npm run build", - "prepublishOnly": "npm run lint", - "lint": "eslint src --ext .ts", - "format": "prettier --write \"src/**/*.ts\"" + "build": "tsc && chmod 755 dist/index.js" }, "keywords": [ "openapi",