From 566227acd423ec1c314e7db9f9be81caa32bb759 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Thu, 9 Feb 2017 12:09:13 -0600 Subject: [PATCH] fix(package.json): Return back 'build' property into the scripts --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e187535..60c9723 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "main.js", "productName": "Jitsi Meet", "scripts": { + "build": "npm install", "start": "electron .", "clean": "rm -rf node_modules", "lint": "eslint .",