Skip to content

Commit

Permalink
fix(postinstall): remove husky postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Feb 23, 2024
1 parent 2cce9e3 commit c74a135
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"build:types": "yarn tsc -p tsconfig.types.json",
"build": "yarn clean && yarn build:web && yarn build:esm && yarn build:cjs && yarn build:types",
"clean": "rimraf [ lib coverage bundles ]",
"postinstall": "husky install",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier --check .",
Expand Down

0 comments on commit c74a135

Please sign in to comment.