Skip to content

Commit

Permalink
fix: node_modules added unexpectedly
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Feb 26, 2024
1 parent ab7c95c commit 3004c53
Show file tree
Hide file tree
Showing 28,579 changed files with 2,814 additions and 4,789,223 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
403 changes: 167 additions & 236 deletions .eslintignore

Large diffs are not rendered by default.

409 changes: 167 additions & 242 deletions .gitignore

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

changed_files="$(git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD)"

run_if_changed() {
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

node node_modules/.bin/lint-staged
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

node node_modules/.bin/tsc --noEmit --Pretty
Loading

0 comments on commit 3004c53

Please sign in to comment.