Update package.json

Add back poor man's live reload
master
Atul R 5 years ago committed by GitHub
parent 4f946abfb3
commit fffbe64bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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",

Loading…
Cancel
Save