Skip to content

Commit

Permalink
fix: Always re-build native dependencies after installing
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian committed Dec 20, 2018
1 parent 2b93d35 commit 5763faa
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 @@ -94,7 +94,7 @@
"lint:other": "yarn prettier --list-different",
"lint:ts": "tslint --config tslint.json --project tsconfig.json \"**/*.ts\"",
"lint": "yarn lint:js && yarn lint:other && yarn lint:ts",
"postinstall": "cd electron && yarn",
"postinstall": "cd electron && yarn && electron-builder install-app-deps",
"prestart": "yarn build:ts && yarn bundle:dev",
"prettier": "prettier \"**/*.{json,md,css}\"",
"start:dev": "yarn start --env=https://wire-webapp-dev.zinfra.io",
Expand Down

0 comments on commit 5763faa

Please sign in to comment.