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",