build: use node-modules linker so plain jlpm works

Removes the pnpm node-linker so 'jlpm test' / 'jlpm build' run directly
without the YARN_NODE_LINKER=node-modules env override. Re-run 'jlpm
install' to regenerate node_modules in the flat layout (the in-flight
yarn.lock migration in package.json already targets node-modules).
This commit is contained in:
tao.chen
2026-07-23 15:53:30 +08:00
parent f9b93906c6
commit b5bcb8f67c
+1 -1
View File
@@ -4,7 +4,7 @@ enableGlobalCache: false
enableScripts: false
nodeLinker: pnpm
nodeLinker: node-modules
packageExtensions:
"@module-federation/sdk@*":