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

Commit

Permalink
Rebuild for electron on install
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Jun 3, 2016
1 parent 0ffa232 commit 8c0a4ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"clean": "gulp clean",
"dist:all": "cross-env NODE_ENV=production gulp dist",
"dist:osx": "cross-env NODE_ENV=production gulp dist:osx",
"postinstall": "electron-rebuild",
"start": "electron .",
"test": "gulp test",
"watch": "gulp watch"
Expand Down Expand Up @@ -44,6 +45,7 @@
"devtron": "^1.1.2",
"electron-builder": "^3.25.0",
"electron-prebuilt": "^1.2.0",
"electron-rebuild": "^1.1.5",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
Expand Down

0 comments on commit 8c0a4ab

Please sign in to comment.