Skip to content

Commit

Permalink
remove husky (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfkadyr authored Aug 29, 2024
1 parent 2d30364 commit 32a8282
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
19 changes: 0 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://github.com/stakewise/v3-sdk",
"scripts": {
"test": "jest --clearCache && jest --onlyChanged",
"prepare": "npm run typechain && npm run graphql && husky install && npm run beforePublish",
"prepare": "npm run typechain && npm run graphql && npm run beforePublish",
"build": "npm run test && npm run prepare && rm -rf ./dist && npm run rollup",
"typechain": "typechain --target ethers-v6 --out-dir src/contracts/types 'src/contracts/abis/*.json'",
"graphql": "graphql-codegen && ts-node -O '{\"module\": \"commonjs\"}' ./scripts/generateGraphqlExports",
Expand Down Expand Up @@ -65,7 +65,6 @@
"eslint-plugin-import": "2.29.1",
"hardhat": "2.22.8",
"hardhat-jest-plugin": "0.0.6",
"husky": "9.1.4",
"jest": "29.7.0",
"jest-fetch-mock": "3.0.3",
"regenerator-runtime": "0.14.1",
Expand Down

0 comments on commit 32a8282

Please sign in to comment.