mol_wire_lib 1.0.1072 → 1.0.1074

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.test.js CHANGED
@@ -2560,9 +2560,9 @@ var $node = new Proxy({ require }, {
2560
2560
  while (!fs.existsSync(path.join(dir, suffix))) {
2561
2561
  const parent = path.resolve(dir, '..');
2562
2562
  if (parent === dir) {
2563
- $$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
2563
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', name);
2564
2564
  try {
2565
- $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
2565
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', '@types/' + name);
2566
2566
  }
2567
2567
  catch { }
2568
2568
  break;