Skip to content

Commit

Permalink
Disable electron postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownskl committed Sep 25, 2024
1 parent ddb23e2 commit 53e78f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps"
"postinstall:disabled": "DEBUG='electron-builder' electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.3.0",
Expand Down

0 comments on commit 53e78f6

Please sign in to comment.