File tree Expand file tree Collapse file tree 5 files changed +16
-10
lines changed Expand file tree Collapse file tree 5 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ . " $( dirname " $0 " ) /_/husky.sh"
3+
4+ commitlint \
5+ --help-url=" https://github.com/tjinauyeung/svelte-forms-lib/#commit-message-conventions" \
6+ --edit " $1 "
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ . " $( dirname " $0 " ) /_/husky.sh"
3+
4+ npm test
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ . " $( dirname " $0 " ) /_/husky.sh"
3+
4+ npm test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "start" : " rollup -c -w rollup.config.js" ,
88 "build" : " cross-env NODE_ENV=production && rollup -c rollup.config.js" ,
9- "prepare" : " npm run build" ,
9+ "prepare" : " npm run build && husky install " ,
1010 "test" : " jest && npm run svelte-check" ,
1111 "test:watch" : " concurrently \" jest --watchAll\" npm:svelte-check:watch" ,
1212 "svelte-check:watch" : " svelte-check --watch --output=human-verbose" ,
5959 "eslint" : " ^7.31.0" ,
6060 "eslint-config-prettier" : " ^8.3.0" ,
6161 "eslint-plugin-unicorn" : " ^34.0.1" ,
62- "husky" : " 7.0.1 " ,
62+ "husky" : " ^ 7.0.0 " ,
6363 "jest" : " ^26.6.3" ,
6464 "jest-runner-eslint" : " ^0.10.1" ,
6565 "jest-watch-select-projects" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments