Skip to content

Commit 1a77205

Browse files
committed
fix: approve lmdb and msgpackr-extract build scripts for pnpm
These native addons are transitive dependencies of @parcel/watcher used by the Angular build toolchain. Without their build scripts running, native bindings aren't compiled, causing AOT compilation issues in CI.
1 parent dad491b commit 1a77205

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,10 @@
104104
},
105105
"pnpm": {
106106
"onlyBuiltDependencies": [
107+
"@parcel/watcher",
107108
"esbuild",
108-
"@parcel/watcher"
109+
"lmdb",
110+
"msgpackr-extract"
109111
]
110112
}
111113
}

0 commit comments

Comments
 (0)