Skip to content

Commit

Permalink
fix: Rebuild native Electron dependencies (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yserz authored Sep 14, 2018
1 parent 318358a commit 7cecfe7
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 54 deletions.
9 changes: 5 additions & 4 deletions electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 29 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"engines": {
"yarn": false
"yarn": "false"
},
"dependencies": {
"debug": "4.0.1"
Expand Down Expand Up @@ -72,7 +72,7 @@
"jest": "jest",
"localhost": "npm run prestart && electron electron --inspect --devtools --enable-logging --env=http://localhost:8080/app",
"precommit": "lint-staged",
"preinstall": "cd electron && npm install",
"postinstall": "cd electron && electron-builder install-app-deps",
"prestart": "npm run bundle:dev",
"prettier": "prettier \"**/*.{json,md,css}\"",
"prod": "npm run prestart && electron electron --inspect --devtools --enable-logging --env=https://app.wire.com",
Expand Down

0 comments on commit 7cecfe7

Please sign in to comment.