Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
semyonf authored Apr 18, 2024
1 parent 4d8805e commit b1d2065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"stryker": "stryker run",
"format": "prettier --write 'src/**/*.{ts,js,css,md,json}'",
"lint": "eslint --fix src/**/*.ts",
"prepare": "git config core.hooksPath .git-hooks || echo 'Not in a git repo'",
"prepare": "git config core.hooksPath git-hooks || echo 'Not in a git repo'",
"release": "standard-version",
"lint-staged": "lint-staged"
},
Expand Down

0 comments on commit b1d2065

Please sign in to comment.