Skip to content

Commit

Permalink
Remove git hooks (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz authored Jul 13, 2023
1 parent 8b04a9b commit 067224e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 271 deletions.
16 changes: 0 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"build:source": "yarn build:esm && yarn build:cjs",
"build:types": "tsc --project tsconfig.build.json",
"generate-vectors": "ts-node scripts/generate-vectors.ts > ./test/vectors/derivation.json",
"postinstall": "simple-git-hooks",
"lint": "yarn lint:eslint && yarn lint:constraints && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
"lint:changelog": "auto-changelog validate",
"lint:constraints": "yarn constraints",
Expand All @@ -41,17 +40,6 @@
"test": "jest && jest-it-up",
"test:watch": "jest --watch"
},
"simple-git-hooks": {
"pre-commit": "yarn lint-staged && yarn dedupe --check"
},
"lint-staged": {
"*.{js,ts}": [
"eslint --fix"
],
"!(CHANGELOG).{json,yml,md}": [
"prettier --write"
]
},
"dependencies": {
"@metamask/scure-bip39": "^2.1.0",
"@metamask/utils": "^6.0.1",
Expand Down Expand Up @@ -84,11 +72,9 @@
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"jest-it-up": "^2.0.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-packagejson": "^2.3.0",
"rimraf": "^3.0.2",
"simple-git-hooks": "^2.8.0",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typedoc": "^0.23.19",
Expand All @@ -105,8 +91,6 @@
"lavamoat": {
"allowScripts": {
"@lavamoat/preinstall-always-fail": false,
"$root$": false,
"simple-git-hooks": false,
"@swc/core": true
}
}
Expand Down
Loading

0 comments on commit 067224e

Please sign in to comment.