mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-10 17:24:39 +00:00
Update debug script to ensure that src
is built before packaging the app
This commit is contained in:
parent
eb0a1b47bc
commit
cfd212bd94
@ -15,7 +15,7 @@
|
|||||||
"build": "babel src -d lib",
|
"build": "babel src -d lib",
|
||||||
"watch": "babel --watch src -d lib",
|
"watch": "babel --watch src -d lib",
|
||||||
"prepublish": "npm run build",
|
"prepublish": "npm run build",
|
||||||
"debug": "node lib/cli.js http://www.medium.com ~/Desktop --overwrite"
|
"debug": "npm run build && node lib/cli.js http://www.medium.com ~/Desktop --overwrite"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"nativefier": "lib/cli.js"
|
"nativefier": "lib/cli.js"
|
||||||
|
Loading…
Reference in New Issue
Block a user