Skip to content

Commit

Permalink
Revert "Make electron-rebuild a postinstall op"
Browse files Browse the repository at this point in the history
This reverts commit 17b6d1b.
  • Loading branch information
martpie committed Mar 28, 2019
1 parent 3466cae commit 7fe9f51
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 @@ -20,7 +20,7 @@
"dev": "webpack --config webpack.dev.js --colors --watch",
"museeks": "./node_modules/.bin/electron .",
"museeks:debug": "./node_modules/.bin/electron . --enable-logging --devtools",
"postinstall": "electron-rebuild -f",
"modules:rebuild": "electron-rebuild -f",
"package:lmw": "build -lmw --ia32 --x64",
"package:l": "build -l --ia32 --x64",
"package:w": "build -w --ia32 --x64",
Expand Down

0 comments on commit 7fe9f51

Please sign in to comment.