From a5e62aeb92b7f76df4e9a05bf38e9aec2315acdb Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Tue, 21 Feb 2017 14:24:21 -0600 Subject: [PATCH] fix(package.json): Remove unnecessary 'build' script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 60c9723..e187535 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "main": "main.js", "productName": "Jitsi Meet", "scripts": { - "build": "npm install", "start": "electron .", "clean": "rm -rf node_modules", "lint": "eslint .",