]> git.saurik.com Git - logizomai.git/blobdiff - package.json5
Read the documentation for prepare more carefully.
[logizomai.git] / package.json5
index c564c02dcde7112f7b22d292244af7b82628c6e1..d71d031053b5bfe8b34c70be8d9c1f3e80e5f973 100644 (file)
@@ -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",