X-Git-Url: https://git.saurik.com/logizomai.git/blobdiff_plain/5a6e550d77b0bd7546c75146aed4699b1bbb85cb..be5e2e5103558e9bde4081df8e6c9d42b3978e0f:/package.json5 diff --git a/package.json5 b/package.json5 index c564c02..d71d031 100644 --- a/package.json5 +++ b/package.json5 @@ -15,7 +15,7 @@ "scripts": { "build": "tsc", "lint": "tslint --project .", - "prepare": "npm run build && npm run lint", + "prepublishOnly": "npm run build && npm run lint", }, "main": "dist/index.js", "types": "dist/index.d.ts",