mol_time_all 1.1.1032 → 1.1.1033

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
@@ -1018,9 +1018,9 @@ var $node = new Proxy({ require }, {
1018
1018
  while (!fs.existsSync(path.join(dir, suffix))) {
1019
1019
  const parent = path.resolve(dir, '..');
1020
1020
  if (parent === dir) {
1021
- $$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
1021
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', name);
1022
1022
  try {
1023
- $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
1023
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', '@types/' + name);
1024
1024
  }
1025
1025
  catch { }
1026
1026
  break;