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
+ #! /usr/bin/env sh
2
+ . " $( dirname -- " $0 " ) /_/husky.sh"
3
+
4
+ yarn lint
Original file line number Diff line number Diff line change 10
10
"watch:client" : " concurrently \" webpack --config webpack.server.js && node dist/server.js\" \" webpack --config webpack.react.js --watch\" " ,
11
11
"watch:server" : " concurrently \" webpack --config webpack.react.js\" \" webpack --config webpack.server.js --watch && node dist/server.js\" " ,
12
12
"css" : " postcss client/assets/tailwind.css -o client/assets/main.css" ,
13
- "watch" : " concurrently \" webpack --config webpack.react.js --watch\" \" webpack --config webpack.server.js --watch && node dist/server.js\" "
13
+ "watch" : " concurrently \" webpack --config webpack.react.js --watch\" \" webpack --config webpack.server.js --watch && node dist/server.js\" " ,
14
+ "prepare" : " husky install"
14
15
},
15
16
"main" : " dist/server.js" ,
16
17
"author" : " Exortions" ,
63
64
"eslint-plugin-import" : " ^2.26.0" ,
64
65
"eslint-plugin-node" : " ^11.1.0" ,
65
66
"eslint-plugin-prettier" : " ^4.2.1" ,
67
+ "husky" : " ^8.0.1" ,
66
68
"jest" : " ^29.1.2" ,
67
69
"postcss" : " ^8.4.17" ,
68
70
"postcss-cli" : " ^10.0.0" ,
Original file line number Diff line number Diff line change @@ -3399,6 +3399,11 @@ human-signals@^2.1.0:
3399
3399
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
3400
3400
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
3401
3401
3402
+ husky@^8.0.1 :
3403
+ version "8.0.1"
3404
+ resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.1.tgz#511cb3e57de3e3190514ae49ed50f6bc3f50b3e9"
3405
+ integrity sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==
3406
+
3402
3407
[email protected] , iconv-lite@^0.4.24:
3403
3408
version "0.4.24"
3404
3409
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