Skip to content

Commit

Permalink
update pre-push script
Browse files Browse the repository at this point in the history
  • Loading branch information
kathirr007 committed Jun 18, 2023
1 parent 96bf825 commit d76e6a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# npm run prepush
npm run prepush
3 changes: 0 additions & 3 deletions prepush.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,4 @@ fs.access(filePath, fs.constants.F_OK, (err) => {
return;
}); */
}
console.log('Dist Folder exists. Pushing the files to github...');
return;

});

0 comments on commit d76e6a6

Please sign in to comment.