Add useful webpack then electron start script
This commit is contained in:
parent
0d62d7b979
commit
755fd1cb0c
1 changed files with 2 additions and 4 deletions
|
|
@ -22,10 +22,8 @@
|
|||
"client_certificate": "",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"dev": "webpack-dev-server --progress --colors --port 8090",
|
||||
"serve": "./node_modules/.bin/http-server -p 8080",
|
||||
"start": "npm run serve | npm run dev",
|
||||
"webpack": "webpack --progress --colors --watch"
|
||||
"start": "webpack && electron main.js",
|
||||
"webpack-watch": "webpack --progress --colors --watch"
|
||||
},
|
||||
"single-instance": true,
|
||||
"app_name": "Electrify",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue