We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3466cae commit 7fe9f51Copy full SHA for 7fe9f51
package.json
@@ -20,7 +20,7 @@
20
"dev": "webpack --config webpack.dev.js --colors --watch",
21
"museeks": "./node_modules/.bin/electron .",
22
"museeks:debug": "./node_modules/.bin/electron . --enable-logging --devtools",
23
- "postinstall": "electron-rebuild -f",
+ "modules:rebuild": "electron-rebuild -f",
24
"package:lmw": "build -lmw --ia32 --x64",
25
"package:l": "build -l --ia32 --x64",
26
"package:w": "build -w --ia32 --x64",
0 commit comments