Skip to content

Commit dd4c4e0

Browse files
authored
build(deps-dev): remove @fastify/pre-commit (#345)
1 parent eaa1e9b commit dd4c4e0

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
@@ -56,7 +56,6 @@
5656
}
5757
],
5858
"devDependencies": {
59-
"@fastify/pre-commit": "^2.1.0",
6059
"@fastify/type-provider-typebox": "^5.0.0",
6160
"@types/node": "^24.0.9",
6261
"@types/ws": "^8.5.10",
@@ -75,9 +74,5 @@
7574
},
7675
"publishConfig": {
7776
"access": "public"
78-
},
79-
"pre-commit": [
80-
"lint",
81-
"test"
82-
]
77+
}
8378
}

0 commit comments

Comments
 (0)