Skip to content

Commit 4a86025

Browse files
committed
🔨 update lint-staged script
1 parent 353daf7 commit 4a86025

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,10 @@
4040
},
4141
"lint-staged": {
4242
"*.{astro,css,js,jsx,ts,tsx}": [
43-
"npm run lint:fix",
44-
"git add"
43+
"npm run lint:fix"
4544
],
4645
"**/*ts?(x)": [
47-
"npm run build-types",
48-
"git add"
46+
"npm run build-types"
4947
]
5048
}
5149
}

0 commit comments

Comments
 (0)