Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Add npm run mac command
Browse files Browse the repository at this point in the history
fbshipit-source-id: 986cb5f
  • Loading branch information
jesseruder authored and expbot committed Jul 22, 2016
1 parent 074aa2e commit 50089db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"local": "gulp build && cross-env XDE_NPM_START=1 EXPONENT_LOCAL=1 electron ./app",
"pack": "gulp build && build --mac --win --dir",
"dist": "gulp build && build --mac --win",
"mac": "gulp build && build --mac",
"win": "gulp build && build --win"
},
"build": {
Expand Down

0 comments on commit 50089db

Please sign in to comment.