Skip to content

Commit 4fdaea9

Browse files
authored
build(deps-dev): remove @fastify/pre-commit (#384)
1 parent 996f377 commit 4fdaea9

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
@@ -68,7 +68,6 @@
6868
},
6969
"devDependencies": {
7070
"@fastify/cookie": "^11.0.1",
71-
"@fastify/pre-commit": "^2.1.0",
7271
"@types/node": "^24.0.10",
7372
"c8": "^10.1.3",
7473
"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)