From 6167cc7c4bcdcd30029563c42e84fb5ac6c91be4 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Fri, 1 Mar 2019 22:02:06 +0200 Subject: [PATCH] remove installer build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5bec56b..77563606 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ }, "scripts": { "install": "node scripts/install.js", - "build": "npm run build --prefix client && npm run build --prefix core && npm run build --prefix editor && npm run build --prefix installer", + "build": "npm run build --prefix client && npm run build --prefix core && npm run build --prefix editor", "build_client": "npm run build --prefix client", "watch_client": "npm run watch --prefix client", "build_core": "npm run build --prefix core",