Skip to content

Commit

Permalink
Update Docker Node version and update Docker CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
fadihanna123 committed Jul 25, 2024
1 parent 4e9fb2b commit 9b3aaaf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
git pull origin master
git fetch
git fetch --all
git fetch --prune
git pull
npx yarn --silent --emoji --ignore-scripts
npx yarn format
npx rimraf node_modules
Expand Down

0 comments on commit 9b3aaaf

Please sign in to comment.