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 .",