Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym authored Jan 26, 2021
1 parent 2231211 commit 0a8df56
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 @@ -128,7 +128,7 @@
"publish:mac": "npm run package:mac -- --publish always",
"publish:linux": "npm run package:linux -- --publish always",
"publish:win": "npm run package:win -- --publish always",
"preinstall": "node scripts/preinstall.js",
"preinstall": "bash -c \"npm install electron-log && node scripts/preinstall.js\"",
"postinstall": "node scripts/postinstall.js"
},
"eslintConfig": {
Expand Down

0 comments on commit 0a8df56

Please sign in to comment.