File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ . " $( dirname " $0 " ) /_/husky.sh"
3
+
4
+ yarn lint
Original file line number Diff line number Diff line change 7
7
],
8
8
"devDependencies" : {
9
9
"depcheck" : " ^1.4.2" ,
10
+ "husky" : " ^7.0.2" ,
10
11
"lerna" : " ^4.0.0"
11
12
},
12
13
"scripts" : {
15
16
"build" : " lerna run build --stream" ,
16
17
"build:watch" : " lerna run build --stream --parallel -- -w" ,
17
18
"build:contracts" : " lerna run build:contracts" ,
18
- "db:reset" : " sudo ./scripts/reset-dbs.sh"
19
+ "db:reset" : " sudo ./scripts/reset-dbs.sh" ,
20
+ "prepare" : " husky install"
19
21
}
20
22
}
Original file line number Diff line number Diff line change @@ -8120,6 +8120,11 @@ humanize-ms@^1.2.1:
8120
8120
dependencies:
8121
8121
ms "^2.0.0"
8122
8122
8123
+ husky@^7.0.2:
8124
+ version "7.0.2"
8125
+ resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.2.tgz#21900da0f30199acca43a46c043c4ad84ae88dff"
8126
+ integrity sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==
8127
+
8123
8128
[email protected] , iconv-lite@^0.4.24:
8124
8129
version "0.4.24"
8125
8130
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
You can’t perform that action at this time.
0 commit comments