📝 README Updated

This commit is contained in:
soulehshaikh99 2021-08-14 02:03:30 +05:30
parent 80d6dfe8c4
commit f05fbb6942

View File

@ -258,7 +258,7 @@ app.on("activate", function () {
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public",
"start": "sirv public --no-clear",
"electron": "wait-on http://localhost:5000 && electron .",
"electron-dev": "concurrently \"yarn run dev\" \"yarn run electron\"",
"preelectron-pack": "yarn run build",