Skip to content

Commit

Permalink
Fresh dist build created & pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
kathirr007 committed Jun 18, 2023
1 parent 782c152 commit 1f69f2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions prepush.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ fs.access(filePath, fs.constants.F_OK, (err) => {
// throw (new Error(`Error executing git push`));
return;
}); */
} else {
console.log('Dist Folder exists. Pushing the files to github...');
return;
}
console.log('Dist Folder exists. Pushing the files to github...');
return;

});

0 comments on commit 1f69f2e

Please sign in to comment.