This repository was archived by the owner on Jul 25, 2022. It is now read-only.
File tree 4 files changed +17
-5
lines changed
4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change
1
+ _
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 14
14
"compile" : " electron-webpack" ,
15
15
"dist" : " yarn compile && electron-builder" ,
16
16
"deploy:win" : " yarn compile && electron-builder -w -p onTagOrDraft" ,
17
- "deploy:mac" : " yarn compile && electron-builder -m -p onTagOrDraft" ,
18
- "deploy:linux" : " yarn compile && electron-builder -l -p onTagOrDraft" ,
19
- "rebuild" : " electron-rebuild" ,
20
- "lint" : " eslint . --ext .ts,.tsx"
17
+ "deploy:mac" : " yarn compile && electron-builder -m -p onTagOrDraft" ,
18
+ "deploy:linux" : " yarn compile && electron-builder -l -p onTagOrDraft" ,
19
+ "rebuild" : " electron-rebuild" ,
20
+ "lint" : " eslint . --ext .ts,.tsx" ,
21
+ "postinstall" : " husky install"
21
22
},
22
23
"dependencies" : {
23
24
"electron-acrylic-window" : " 0.4.7" ,
57
58
"eslint-plugin-react" : " ^7.21.5" ,
58
59
"eslint-plugin-tsdoc" : " ^0.2.10" ,
59
60
"eslint-plugin-unused-imports" : " ^1.0.1" ,
61
+ "husky" : " ^5.0.6" ,
60
62
"node-sass" : " ^5.0.0" ,
61
63
"sass-loader" : " ^10.1.0" ,
62
64
"typescript" : " ^4.1.3" ,
63
65
"webpack" : " ~4.42.1"
64
66
},
65
67
"optionalDependencies" : {
66
- "native-reg" : " ^0.3.4"
68
+ "native-reg" : " ^0.3.4"
67
69
}
68
70
}
Original file line number Diff line number Diff line change @@ -4786,6 +4786,11 @@ https-browserify@^1.0.0:
4786
4786
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
4787
4787
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
4788
4788
4789
+ husky@^5.0.6 :
4790
+ version "5.0.6"
4791
+ resolved "https://registry.yarnpkg.com/husky/-/husky-5.0.6.tgz#27dbefe8603c6c0912fd89a3a67edfed9fac8bb9"
4792
+ integrity sha512-SM+evfvcHT3rAYJKvPlatz3L5RqzgeM6xIvDjhs8VuhKj6iKqFDOt/Ov8sPjvWuE4FDB385gJBwWXRj7G3c1hg==
4793
+
4789
4794
[email protected] , iconv-lite@^0.4.4:
4790
4795
version "0.4.24"
4791
4796
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