From e341dd8d370a693123d1d78d8bb8be8734caa35c Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Fri, 30 Nov 2018 11:37:47 +0300 Subject: [PATCH] Remove tests preinstall --- test/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/package.json b/test/package.json index 7569e69..29068a2 100644 --- a/test/package.json +++ b/test/package.json @@ -5,8 +5,7 @@ "main": "mocha", "scripts": { "test": "mocha", - "start": "mocha", - "preinstall": "cd .. && npm i" + "start": "mocha" }, "dependencies": { "addon-tools-raub": "https://github.com/node-3d/addon-tools-raub.git",