File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11module . exports = {
22 hooks : {
33 'pre-commit' : 'npm run format' ,
4- 'pre-push' : 'npm run test' ,
4+ 'pre-push' : 'npm test' ,
55 'commit-msg' :
66 'commitlint -E HUSKY_GIT_PARAMS --help-url="https://github.com/tjinauyeung/svelte-forms-lib/#commit-message-conventions"' ,
77 } ,
Original file line number Diff line number Diff line change 77 "start" : " rollup -c -w rollup.config.js" ,
88 "build" : " cross-env NODE_ENV=production && rollup -c rollup.config.js" ,
99 "prepare" : " npm run build" ,
10- "test" : " jest" ,
10+ "test" : " jest && npm run svelte-check " ,
1111 "test:watch" : " jest --watchAll" ,
12+ "svelte-check:watch" : " svelte-check --watch --output=human-verbose" ,
13+ "svelte-check" : " svelte-check --fail-on-warnings --output=human-verbose" ,
1214 "format" : " prettier --write lib/**/*.{js,svelte}" ,
1315 "commit" : " git-cz"
1416 },
You can’t perform that action at this time.
0 commit comments