From cf7113715be96f4a08a10646fc157481baac2587 Mon Sep 17 00:00:00 2001 From: Romeo Van Snick Date: Mon, 26 Sep 2016 22:24:38 +0200 Subject: [PATCH] Update package.json remove `postinstall` --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index cc99bee..504254d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "lint": "eslint src", "build": "babel src --out-dir lib", "prepublish": "npm run build", - "postinstall": "npm run build", "release": "release", "bundle": "webpack", "preview-release": "changelog -t previes -s"