File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env sh
2
+ . " $( dirname -- " $0 " ) /_/husky.sh"
3
+
4
+ npm test
Original file line number Diff line number Diff line change 10
10
"npm" : " >=6.13"
11
11
},
12
12
"scripts" : {
13
+ "test" : " npm-run-all test:unit" ,
13
14
"pretest" : " npm-run-all pretty:quick lint:staged" ,
14
15
"eslint:fix" : " ./node_modules/.bin/eslint . --ignore-path ./.eslintignore --fix" ,
15
16
"pretty:quick" : " ./node_modules/.bin/pretty-quick --staged" ,
24
25
"github-changes" : " github-changes -o wwayne -r react-tooltip -a --only-pulls --use-commit-body" ,
25
26
"copy:types" : " cpy ./react-tooltip.d.ts ./dist --parents --dot" ,
26
27
"cm" : " git cz" ,
27
- "semantic-release" : " semantic-release"
28
+ "semantic-release" : " semantic-release" ,
29
+ "prepare" : " husky install"
28
30
},
29
31
"config" : {
30
32
"commitizen" : {
108
110
"gh-pages" : " 4.0.0" ,
109
111
"github-changes" : " ^2.0.3" ,
110
112
"http-server" : " ^14.1.1" ,
111
- "husky" : " ^8.0.1 " ,
113
+ "husky" : " ^8.0.0 " ,
112
114
"ignore-styles" : " 5.0.1" ,
113
115
"jsdom" : " ^20.0.0" ,
114
116
"lint-staged" : " ^13.0.3" ,
Original file line number Diff line number Diff line change @@ -6045,7 +6045,7 @@ humanize-ms@^1.2.1:
6045
6045
dependencies:
6046
6046
ms "^2.0.0"
6047
6047
6048
- husky@^8.0.1 :
6048
+ husky@^8.0.0 :
6049
6049
version "8.0.1"
6050
6050
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.1.tgz#511cb3e57de3e3190514ae49ed50f6bc3f50b3e9"
6051
6051
integrity sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==
You can’t perform that action at this time.
0 commit comments