From 9a7d7f06121b1316b7880db72dc3101df0dd8d46 Mon Sep 17 00:00:00 2001 From: Ran Yitzhaki Date: Wed, 22 May 2019 18:11:31 +0300 Subject: [PATCH] fix(install): do not build during postinstall (#265) Fixes #263 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18b65c846..6e393c936 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint": ">=5" }, "scripts": { - "postinstall": "yarn build", + "pretest": "yarn build", "lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts", "prettylint": "prettylint docs/**/*.md README.md package.json", "prepublishOnly": "yarn build",