File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
- name : Build artifacts
22
22
run : npm run build
23
23
24
- - name : Run Publint
25
- run : npm run lint:publint
24
+ - name : Lint package
25
+ run : npm run lint:package
Original file line number Diff line number Diff line change 34
34
"clean" : " rm -rf .nyc_output coverage dist lib" ,
35
35
"lint" : " eslint ." ,
36
36
"lint:fix" : " npm run lint -- --fix" ,
37
- "lint:publint " : " publint" ,
37
+ "lint:package " : " publint" ,
38
38
"lint:tsc" : " tsc --noEmit" ,
39
39
"prepare" : " husky" ,
40
- "prepublishOnly" : " run-s lint lint:tsc test:server clean build lint:publint " ,
40
+ "prepublishOnly" : " run-s lint lint:tsc test:server clean build lint:package " ,
41
41
"size-limit" : " size-limit" ,
42
42
"test" : " run-s test:server test:client" ,
43
43
"test:client" : " npm run test:client:watch -- --single-run" ,
You can’t perform that action at this time.
0 commit comments