File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 run : npm run lint:package
3434
3535 - name : Check types
36- run : |
37- npx @arethetypeswrong/cli --pack
38- if [[ "$(npx @arethetypeswrong/cli --pack -f json | jq '.problems != {}')" == 'true' ]]; then
39- npx @arethetypeswrong/cli --pack -f json | jq
40- exit 1
41- fi
36+ run : npm run lint:types
Original file line number Diff line number Diff line change 11npm run test:ci
22npm run test:esm
33npm run lint:package
4+ npm run lint:types
45npx lint-staged
Original file line number Diff line number Diff line change 3535 "lint:fix" : " npm run lint -- --fix" ,
3636 "lint:package" : " publint" ,
3737 "lint:tsc" : " tsc --project tsconfig.test.json" ,
38+ "lint:types" : " npx @arethetypeswrong/cli --pack" ,
3839 "prepare" : " husky" ,
3940 "prepublishOnly" : " npm run build && npm run lint && npm run lint:tsc && npm run lint:package && npm run test:ci" ,
4041 "size-limit" : " size-limit" ,
You can’t perform that action at this time.
0 commit comments