File tree 4 files changed +1
-10
lines changed
4 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- . " $( dirname -- " $0 " ) /_/husky.sh"
3
-
4
1
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
1
npm run lint-staged
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- . " $( dirname -- " $0 " ) /_/husky.sh"
3
-
4
1
npm run sass && npm run docs:check
Original file line number Diff line number Diff line change 51
51
"sass-embedded" : " ^1.63.6"
52
52
},
53
53
"scripts" : {
54
- "prepare" : " husky install " ,
54
+ "prepare" : " husky" ,
55
55
"start" : " node ./scripts/start-dev-server.js" ,
56
56
"clean" : " find . -name \" node_modules\" -type d -prune | xargs rm -rf" ,
57
57
"clean:dist" : " find ./packages -name \" dist\" -type d -prune -maxdepth 2 | xargs rm -rf" ,
You can’t perform that action at this time.
0 commit comments