From fffbe64bc3ffbeb8a9d13ec5566fc7776a7159a5 Mon Sep 17 00:00:00 2001 From: Atul R Date: Tue, 27 Aug 2019 22:59:45 +0200 Subject: [PATCH] Update package.json Add back poor man's live reload --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f7299e..21296be 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "scripts": { "build": "webpack -p", "start": "webpack && qode ./dist/index.js", - "debug": "webpack && qode --inspect ./dist/index.js" + "debug": "webpack && qode --inspect ./dist/index.js", + "start:watch": "nodemon -e js,ts,tsx --ignore dist/ --ignore node_modules/ --exec npm start" }, "dependencies": { "@nodegui/nodegui": "^0.1.5",