File tree 4 files changed +202
-4
lines changed
4 files changed +202
-4
lines changed Original file line number Diff line number Diff line change 15
15
with :
16
16
node-version : 20
17
17
- run : yarn --frozen-lockfile
18
+ - run : yarn lint:lockfile
18
19
- run : yarn lint:check
19
20
- run : yarn build
20
21
- run : yarn test
Original file line number Diff line number Diff line change 16
16
with :
17
17
node-version : 20
18
18
- run : yarn --frozen-lockfile
19
+ - run : yarn lint:lockfile
19
20
- run : yarn lint:check
20
21
- run : yarn build
21
22
- run : yarn test
Original file line number Diff line number Diff line change 25
25
"prepare" : " yarn build" ,
26
26
"build" : " rm -rf ./dist; tsc" ,
27
27
"lint:check" : " eslint . --ext .ts" ,
28
+ "lint:lockfile" : " lockfile-lint --path yarn.lock" ,
28
29
"lint" : " yarn lint:check --fix" ,
29
30
"test" : " jest"
30
31
},
32
+ "lockfile-lint" : {
33
+ "allowed-hosts" : [
34
+ " npm"
35
+ ]
36
+ },
31
37
"devDependencies" : {
32
38
"@types/jest" : " ^26.0.14" ,
33
39
"@types/node" : " ^14.11.2" ,
42
48
"eslint-plugin-prettier" : " ^3.1.4" ,
43
49
"eslint-plugin-simple-import-sort" : " ^5.0.3" ,
44
50
"jest" : " ^26.4.2" ,
51
+ "lockfile-lint" : " ^4.12.1" ,
45
52
"prettier" : " ^2.1.2" ,
46
53
"strip-color" : " ^0.1.0" ,
47
54
"ts-jest" : " ^26.4.1" ,
You can’t perform that action at this time.
0 commit comments