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