Skip to content

Commit

Permalink
Revert pre-commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake authored Jul 18, 2024
1 parent 1fea5c4 commit d888cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
#!nix-shell -i "bash" -p bash prefetch-npm-deps jq nodejs nix-output-monitor
#. "$(dirname -- "$0")/_/husky.sh"
. "$(dirname -- "$0")/_/husky.sh"

# Check if nix is available
if [ -x "$(/usr/bin/env which nix-shell 2>/dev/null)" ]; then
Expand All @@ -25,4 +25,4 @@ else
echo "You do not appear to have nix installed. Skipping update of nix dependencies."
fi

#npx -y lint-staged
npx -y lint-staged

0 comments on commit d888cb4

Please sign in to comment.