Skip to content

Commit e1a216f

Browse files
authored
Merge pull request #19 from avneesh0612/fix-pre-commit
chore: remove yarn lint to fix pre commit
2 parents b0f6dda + 5e03f95 commit e1a216f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"prepare": "husky install",
11-
"pre-commit": "yarn run format && yarn run lint && git add -A .",
11+
"pre-commit": "yarn run format && git add -A .",
1212
"format": "prettier --write \"{code,snippets}/**/*.{js,jsx,ts,tsx,json,md}\"",
1313
"format:check": "prettier --check \"{code,snippets}/**/*.{js,jsx,ts,tsx,json,md}\"",
1414
"release": "standard-version",
@@ -47,4 +47,4 @@
4747
"husky": "^7.0.4",
4848
"prettier": "^2.5.1"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)