Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"desm": "^1.3.0",
"eslint": "^9.39.1",
"fastbench": "^1.0.1",
"husky": "^9.0.6",
"neostandard": "^0.12.2",
"pino-elasticsearch": "^8.0.0",
"sonic-boom": "^4.0.1",
Expand All @@ -30,8 +29,7 @@
"test": "npm run lint && npm run build && npm run transpile && borp --pattern 'test/*.test.{js,mjs}'",
"test:ci": "npm run lint && npm run transpile && borp --pattern 'test/*.test.{js,mjs}'",
"test:yarn": "npm run transpile && borp --pattern 'test/*.test.js'",
"transpile": "sh ./test/ts/transpile.sh",
"prepare": "husky install"
"transpile": "sh ./test/ts/transpile.sh"
},
"repository": {
"type": "git",
Expand Down
Loading