Skip to content

Commit

Permalink
fix(ts): does not add ts hooks by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Apr 18, 2024
1 parent 03dcb65 commit d1481ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"lint": "eslint src",
"lint:fix": "npm run lint -- --fix",
"postbuild": "script/generate-exports.js",
"prepare": "cd .. && husky ts/.husky",
"test": "jest --selectProjects unit functional",
"test:cov": "jest --selectProjects unit functional --coverage",
"test:functional": "jest --selectProjects functional",
Expand Down

0 comments on commit d1481ea

Please sign in to comment.