Skip to content

Commit

Permalink
fix: testing to include fsevents in core instead of cli (#5154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhq committed Sep 28, 2023
1 parent 0814766 commit e7d3eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/build-pkg.ts
Expand Up @@ -186,7 +186,7 @@ async function pkgMacos({ targetName, sourcePath, pkgType, version }: TargetHand
if (!fsEventsCopied) {
fsEventsCopied = copy(
resolve(GARDEN_CORE_ROOT, "lib", "fsevents"),
resolve(tmpDirPath, "cli", "node_modules", "fsevents")
resolve(tmpDirPath, "core", "node_modules", "fsevents")
)
}
await fsEventsCopied
Expand Down

0 comments on commit e7d3eba

Please sign in to comment.