Skip to content

Commit

Permalink
add a build-electron script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels authored and cmdcolin committed Jun 2, 2018
1 parent ca62459 commit ef33541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -14,6 +14,7 @@
"start": "utils/jb_run.js -p 8082",
"watch": "webpack -w",
"build": "webpack",
"build-electron": "electron-packager . JBrowse --icon=browser/icons/jbrowse",
"hint": "npm run lint",
"lint": "eslint src/JBrowse test/js_tests"
},
Expand Down

0 comments on commit ef33541

Please sign in to comment.