Skip to content

Commit 30ff8aa

Browse files
authored
build(deps-dev): remove @fastify/pre-commit (#235)
1 parent 9027bd0 commit 30ff8aa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
}
6363
],
6464
"devDependencies": {
65-
"@fastify/pre-commit": "^2.1.0",
6665
"@types/node": "^24.0.8",
6766
"c8": "^10.1.3",
6867
"eslint": "^9.17.0",
@@ -78,9 +77,5 @@
7877
},
7978
"publishConfig": {
8079
"access": "public"
81-
},
82-
"pre-commit": [
83-
"lint",
84-
"test"
85-
]
80+
}
8681
}

0 commit comments

Comments
 (0)