Skip to content

Commit

Permalink
ci: removing git add
Browse files Browse the repository at this point in the history
  • Loading branch information
poppyseedDev committed Oct 4, 2024
1 parent 847b53d commit 66a99b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"*.{js,json,md,sol,ts,yml}": ["npm run prettier -- --write", "git add"]
"*.{js,json,md,sol,ts,yml}": ["npm run prettier -- --write"]
}

0 comments on commit 66a99b0

Please sign in to comment.