mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
ensure support of yarn when install tool deps
This commit is contained in:
@@ -88,7 +88,6 @@ if (isMeteorAppRun() || isMeteorAppBuild() || isMeteorAppTest()) {
|
||||
setGlobalState(GLOBAL_STATE_KEYS.INITIAL_ENTRYPONTS, getMeteorAppEntrypoints());
|
||||
|
||||
let isYarnProj = process.env.YARN_ENABLED === 'true';
|
||||
console.log("--> (rspack_plugin.js-Line: 91)\n process.env.YARN_ENABLED: ", process.env.YARN_ENABLED);
|
||||
// Main entry point - using top-level await
|
||||
try {
|
||||
// Check if the project is a Yarn project and store the result in environment variable if not already set
|
||||
|
||||
Reference in New Issue
Block a user