Skip to content

Commit

Permalink
BREAKING CHANGE: Upgrate dependencies and tools to lastest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Oct 13, 2023
1 parent 27667ad commit 79e7300
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ if (config && config.general && config.general.configFile) {
const configPattern = `**/${config.general.extendConfigurations}`;
const availableBuilds = glob.sync(configPattern, { cwd: config.general.rootPath, ignore: ['./node_modules/**'] });

console.log(availableBuilds, config.general.rootPath);

// log what is happening
if (availableBuilds.length === 0) {
log(__filename, ' No configuration files found, running default configuration');
Expand Down

0 comments on commit 79e7300

Please sign in to comment.