We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f445e commit acdfc81Copy full SHA for acdfc81
.husky/post-rewrite
@@ -2,6 +2,7 @@
2
. "$(dirname "$0")/_/husky.sh"
3
4
pnpm lint-staged
5
+pnpm tsc
6
7
if git rev-parse --abbrev-ref HEAD | grep -q "master"; then
8
if grep "link:.." pnpm-lock.yaml; then
.husky/pre-commit
package.json
@@ -21,9 +21,6 @@
21
"lint-staged": {
22
"*.@(js|ts|tsx)": [
23
"pnpm format"
24
- ],
25
- "*.(ts|tsx)": [
26
- "pnpm tsc"
27
]
28
},
29
"dependencies": {
0 commit comments