Skip to content

Commit

Permalink
Update debug script to ensure that src is built before packaging th…
Browse files Browse the repository at this point in the history
…e app
  • Loading branch information
jiahaog committed Jan 19, 2016
1 parent eb0a1b4 commit cfd212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cfd212b

Please sign in to comment.