Skip to content

Commit ca1533b

Browse files
author
Luca Forstner
committed
meta: Remove husky 💀
It was annoying and we have a ci check
1 parent 99b24e3 commit ca1533b

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

‎.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

‎package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@
2323
"test:e2e": "nx run @sentry-internal/bundler-plugin-e2e-tests:test",
2424
"lint": "nx run-many --target=lint --all",
2525
"check:formatting": "prettier --check .",
26-
"fix:formatting": "prettier --write .",
27-
"prepare": "husky install"
26+
"fix:formatting": "prettier --write ."
2827
},
2928
"devDependencies": {
3029
"@nrwl/cli": "14.5.10",
3130
"@nrwl/workspace": "14.5.10",
32-
"husky": "^8.0.0",
3331
"lerna": "^6.6.2",
3432
"nx": "14.5.10",
3533
"prettier": "^2.7.1",

‎yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7463,11 +7463,6 @@ humanize-ms@^1.2.1:
74637463
dependencies:
74647464
ms "^2.0.0"
74657465

7466-
husky@^8.0.0:
7467-
version "8.0.3"
7468-
resolved "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
7469-
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
7470-
74717466
iconv-lite@0.4.24, iconv-lite@^0.4.24:
74727467
version "0.4.24"
74737468
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"

0 commit comments

Comments
 (0)