Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Add electron-rebuild as postinstall step
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrago committed May 10, 2016
1 parent 7e9cc62 commit 518497a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"start": "export NODE_ENV=development && export ELECTRON_ENABLE_LOGGING=true && electron .",
"build": "gulp release && mkdir -p ./release/node_modules && npm install --production --prefix ./release/ && ./node_modules/.bin/electron-rebuild && grunt",
"lint": "gulp js:lint",
"test": "mocha --harmony_destructuring"
"test": "mocha --harmony_destructuring",
"postinstall": "./node_modules/.bin/electron-rebuild"
},
"author": "Adam Drago",
"dependencies": {
Expand Down

0 comments on commit 518497a

Please sign in to comment.