Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 26, 2023
1 parent 0f70e72 commit bffd5ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions npm-scripts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const task = process.argv.slice(2).join(' ');

executeCmd('echo "node -v:"');
executeCmd('node -v');
// replaceVersion();
// process.exit();
replaceVersion();
process.exit();

run();

Expand Down Expand Up @@ -135,7 +135,7 @@ function replaceVersion()
continue;
}

const filePath = path.join('lib', file.name);
const filePath = path.join(file.path, file.name);

// eslint-disable-next-line no-console
console.log('--- filePath:', filePath);
Expand Down

0 comments on commit bffd5ef

Please sign in to comment.