Skip to content
Snippets Groups Projects
Commit 566227ac authored by hristoterezov's avatar hristoterezov
Browse files

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

parent 757d77b0
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
"main": "main.js",
"productName": "Jitsi Meet",
"scripts": {
"build": "npm install",
"start": "electron .",
"clean": "rm -rf node_modules",
"lint": "eslint .",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment