Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 26, 2023
1 parent 6ccecfa commit 4ebdba3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion npm-scripts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ const MAYOR_VERSION = PKG.version.split('.')[0];

const task = process.argv.slice(2).join(' ');

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

run();

async function run()
Expand Down Expand Up @@ -118,7 +123,7 @@ function replaceVersion()
const files = fs.readdirSync('lib',
{
withFileTypes : true,
recursive : false
recursive : true
});

for (const file of files)
Expand Down

0 comments on commit 4ebdba3

Please sign in to comment.