Skip to content

Commit

Permalink
ci: disable husky
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Apr 22, 2024
1 parent 6720056 commit fd3233d
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 @@ -99,7 +99,6 @@
"format": "prettier --write './**/*.{js,ts,json}' --config ./.prettierrc",
"lint": "eslint . --ext .js,.ts,.json -c .eslintrc.json",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky",
"prepublishOnly": "npm run build:production",
"test": "npm run test:unit",
"test:cov": "jest --selectProjects unit functional --coverage",
Expand Down

0 comments on commit fd3233d

Please sign in to comment.