Skip to content

Commit

Permalink
fix: install all dependencies to fix building within NPM workspaces (#…
Browse files Browse the repository at this point in the history
…8715)

Fixes #7103.
  • Loading branch information
beyondkmp authored Dec 6, 2024
1 parent 6a294c9 commit 4c394d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/small-windows-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-lib": patch
---

fix: does not work with NPM workspaces
1 change: 0 additions & 1 deletion packages/app-builder-lib/src/util/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ async function installDependencies(config: Configuration, appDir: string, option
if (process.env.NPM_NO_BIN_LINKS === "true") {
execArgs.push("--no-bin-links")
}
execArgs.push("--production")
}

if (!isRunningYarn(execPath)) {
Expand Down

0 comments on commit 4c394d5

Please sign in to comment.