Skip to content

Commit

Permalink
Updated build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Thadeu Cotts committed Oct 16, 2017
1 parent 311390e commit 64d6cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gitIdle.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const gitIdle = async (user, filter = null, forked = null, skip) => {
}, {
title: 'Installing packages with NPM',
skip: () => {
if (skipInstall(isChanged)) return 'No package.json found inside repository';
if (skip) return 'Install dependencies skipped by user';
if (skipInstall(isChanged)) return 'No package.json found inside repository';
return '';
},
task: () => installPackages(isChanged)
Expand Down

0 comments on commit 64d6cf0

Please sign in to comment.