fix(package.json): Return back 'build' property into the scripts

This commit is contained in:
hristoterezov 2017-02-09 12:09:13 -06:00
parent 757d77b021
commit 566227acd4
1 changed files with 1 additions and 0 deletions

View File

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