Skip to content

Commit

Permalink
fix: install-app-deps, attempt 2
Browse files Browse the repository at this point in the history
Close #1626
  • Loading branch information
develar committed Jun 7, 2017
1 parent 21a5be5 commit 8715f44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/electron-builder/src/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ function installDependencies(appDir: string, frameworkInfo: DesktopFrameworkInfo
const execArgs = ["install", "--production"]

const isYarn = isYarnPath(execPath)
// must be first https://github.com/electron-userland/electron-builder/issues/1626
execArgs.push("--devdir", getElectronGypCacheDir())
if (!isYarn) {
if (process.env.NPM_NO_BIN_LINKS === "true") {
execArgs.push("--no-bin-links")
Expand Down

0 comments on commit 8715f44

Please sign in to comment.