Skip to content

Commit

Permalink
chore(deps): fix prepare statement for husky
Browse files Browse the repository at this point in the history
  • Loading branch information
mheob committed Feb 12, 2024
1 parent bb73f34 commit b9295f2
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 171 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build:esm": "tsc -b ./tsconfig.esm.json",
"format": "prettier --write \"**/*.{cjs,js,mjs,ts,json,md,mdx,yml}\"",
"lint": "eslint . --ext .cjs,.js,.mjs,.ts --fix --ignore-path .gitignore",
"prepare": "ts-node ./scripts/prepare.ts && husky install",
"prepare": "husky install",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
Expand All @@ -57,7 +57,7 @@
"@mheob/prettier-config": "^3.2.0",
"@mheob/tsconfig": "^2.0.0",
"@types/node": "^20.11.5",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^1.2.2",
"commitizen": "^4.3.0",
"concurrently": "^8.2.2",
"cz-git": "^1.8.0",
Expand All @@ -66,7 +66,6 @@
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vitest": "^1.2.1"
},
Expand Down
Loading

0 comments on commit b9295f2

Please sign in to comment.