mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +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",
|
||||
"watch": "babel --watch src -d lib",
|
||||
"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": {
|
||||
"nativefier": "lib/cli.js"
|
||||
|
Loading…
Reference in New Issue
Block a user