Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Aug 1, 2024
1 parent 84f472b commit 310f881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import SVGO from 'svgo'; // ๐Ÿ”ถ
// console.log("โœ… networkInterfaces:", networkInterfaces)
// console.log("โœ… process.env:", process.env)
// console.log("โœ… process.argv:", process.argv)

console.log("โœ… process.env.CI:", process.env.CI)
const args = process.argv.slice(2); //๐Ÿ”ถ Remove node and script paths
const argSvgo = String(args.includes('-svgo'));
const useSvgo = argSvgo ? argSvgo : ''; //
Expand Down

0 comments on commit 310f881

Please sign in to comment.