Skip to content

Commit c310ac9

Browse files
committed
chore: remove unused test scripts from package.json
1 parent 69ebd6e commit c310ac9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

booster/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"version": "1.9.1",
66
"scripts": {
77
"commit": "commit",
8-
"generate:api-doc:html": "redocly build-docs documentation/openapi.yml --output=documentation/openapi.html",
9-
"test:hooks": "vitest run tools/git-hooks",
10-
"test:hooks:watch": "vitest watch tools/git-hooks"
8+
"generate:api-doc:html": "redocly build-docs documentation/openapi.yml --output=documentation/openapi.html"
119
},
1210
"husky": {
1311
"hooksPath": "tools/git-hooks/hooks"

0 commit comments

Comments
 (0)