X-Git-Url: https://git.saurik.com/logizomai.git/blobdiff_plain/1eb8220b2d0f659b12216c8e99bdd44427e54ffd..c5eca40a4906f5f5215c3d6e4a31cd0b19ad7cee:/package.json5 diff --git a/package.json5 b/package.json5 index bff000c..b33e7b2 100644 --- a/package.json5 +++ b/package.json5 @@ -15,7 +15,7 @@ "scripts": { "build": "tsc", "lint": "tslint --project .", - "prepublishOnly": "npm run build && npm run lint", + "prepare": "npm run build && npm run lint", }, "main": "lib/index.js", "types": "lib/index.d.ts",