File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change
1
+ npm run lint
Original file line number Diff line number Diff line change
1
+ npm run test:quiet
Original file line number Diff line number Diff line change 50
50
"watch" : " mocha --reporter=min --watch --growl" ,
51
51
"test:functional" : " bash test/functional-test.sh" ,
52
52
"test:coverage" : " nyc mocha" ,
53
- "test:all" : " npm run lint && npm test && npm run test:functional"
53
+ "test:all" : " npm run lint && npm test && npm run test:functional" ,
54
+ "prepare" : " husky"
54
55
},
55
56
"dependencies" : {
56
57
"adm-zip" : " ^0.5.10" ,
74
75
"should" : " ^13.2.3" ,
75
76
"sinon" : " ^19.0.2"
76
77
},
77
- "husky" : {
78
- "hooks" : {
79
- "pre-commit" : " npm run lint" ,
80
- "pre-push" : " npm run test:quiet"
81
- }
82
- },
83
78
"funding" : {
84
79
"type" : " liberapay" ,
85
80
"url" : " https://liberapay.com/tldr-pages"
You can’t perform that action at this time.
0 commit comments