From 0bd1b40b1e055af7a6bac84f79266e5faf919f24 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 2 Oct 2018 15:43:52 +0200 Subject: [PATCH] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e7eae8ef0e..454d1e9ba2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "test": "echo \"Error: no test specified\" && exit 1", "start": "./bin/remixd", "npip": "npip", - "install": "npip install" + "install-python-deps": "npip install", + "prepublish": "npm run install-python-deps" }, "repository": { "type": "git",