File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed
Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1+ _
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ . " $( dirname " $0 " ) /_/husky.sh"
3+
4+ npx --no commitlint --edit $1
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env sh
2+ . " $( dirname -- " $0 " ) /_/husky.sh"
3+
4+ npx --no lint-staged
Original file line number Diff line number Diff line change 1717 "prerelease" : " npm run build" ,
1818 "release" : " release-it" ,
1919 "test:e2e" : " jest --config ./tests/jest-e2e.json --runInBand" ,
20- "test:e2e:dev" : " jest --config ./tests/jest-e2e.json --runInBand --watch"
20+ "test:e2e:dev" : " jest --config ./tests/jest-e2e.json --runInBand --watch" ,
21+ "prepare" : " husky install"
2122 },
2223 "devDependencies" : {
2324 "@commitlint/cli" : " 17.1.2" ,
5556 "rxjs" : " ^7.0.0"
5657 },
5758 "lint-staged" : {
58- "*.ts" : [
59- " prettier --write"
60- ]
61- },
62- "husky" : {
63- "hooks" : {
64- "pre-commit" : " lint-staged" ,
65- "commit-msg" : " commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
66- }
59+ "**/*.{ts,json}" : []
6760 }
6861}
You can’t perform that action at this time.
0 commit comments