Skip to content

Commit

Permalink
fix: commitlint blocking commits in windows (#282)
Browse files Browse the repository at this point in the history
* fix: commitlint blocking commits in windows fixed

* Remove extra .env reference

---------

Co-authored-by: James Q Quick <[email protected]>
  • Loading branch information
mibijoy007 and jamesqquick authored Sep 25, 2024
1 parent d5ca3ee commit ece6a94
Show file tree
Hide file tree
Showing 3 changed files with 10,777 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ yarn-error.log*

# local env files
.env*.local
.env

# vercel
.vercel
Expand All @@ -37,9 +38,6 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts


.env

# Sentry Config File
.sentryclirc

Expand Down
4 changes: 3 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
npm run lint-commit

#!/bin/sh
npx --no-install commitlint --edit $1
Loading

0 comments on commit ece6a94

Please sign in to comment.