File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
- uses : ./.github/actions/setup
27
- - run : pnpm check:publint
27
+ - run : pnpm check:package
28
28
types :
29
29
runs-on : ubuntu-latest
30
30
steps :
Original file line number Diff line number Diff line change 38
38
"clean" : " tsc --build --clean && rm -rf build" ,
39
39
"test" : " vitest" ,
40
40
"prepack" : " pnpm build" ,
41
- "check" : " pnpm check:format && pnpm check:lint && pnpm check:types && pnpm check:publint " ,
41
+ "check" : " pnpm check:format && pnpm check:lint && pnpm check:types && pnpm check:package " ,
42
42
"check:format" : " dprint check" ,
43
43
"check:lint" : " eslint . --max-warnings 0" ,
44
44
"check:types" : " tsc --noEmit" ,
45
- "check:publint " : " publint run --strict"
45
+ "check:package " : " publint run --strict"
46
46
},
47
47
"devDependencies" : {
48
48
"@stylistic/eslint-plugin" : " ^4.2.0" ,
You can’t perform that action at this time.
0 commit comments