fix(package.json): Remove unnecessary 'build' script

This commit is contained in:
hristoterezov 2017-02-21 14:24:21 -06:00
parent 02229f2c2a
commit a5e62aeb92

View file

@ -5,7 +5,6 @@
"main": "main.js",
"productName": "Jitsi Meet",
"scripts": {
"build": "npm install",
"start": "electron .",
"clean": "rm -rf node_modules",
"lint": "eslint .",