Skip to content

Commit

Permalink
refactor: add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtesaak committed Feb 12, 2024
1 parent 3fc129a commit 2cb78fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ async function run() {

let error = null;
try {
console.log(process.env.NPM_TOKEN)
const config = await prepareConfig(lintConfig);
const installPresetPackage = config.extends[0];
await installPreset(installPresetPackage + '@latest');
Expand Down

0 comments on commit 2cb78fc

Please sign in to comment.