Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 21, 2023
1 parent 08a3acf commit 2d9735d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm-scripts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const PKG = JSON.parse(fs.readFileSync('./package.json').toString());
const RELEASE_BRANCH = 'master';
const IS_WINDOWS = os.platform() === 'win32';

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

run();

Expand Down

0 comments on commit 2d9735d

Please sign in to comment.