File tree Expand file tree Collapse file tree 4 files changed +101
-73
lines changed
Expand file tree Collapse file tree 4 files changed +101
-73
lines changed Original file line number Diff line number Diff line change 4848 run : pnpm security
4949
5050 - name : Build Packages
51- run : pnpm build --recursive
51+ run : pnpm --recursive build
5252
5353 - name : Lint Repo
5454 run : pnpm lint:js
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env sh
2+ . " $( dirname -- " $0 " ) /_/husky.sh"
3+
4+ pnpm dlx lint-staged
Original file line number Diff line number Diff line change 2121 "lint:docs" : " prettier --write README.md" ,
2222 "lint:js" : " eslint --cache --fix --cache src test" ,
2323 "lint:json" : " prettier --write codecov.yml package.json" ,
24+ "prepare" : " husky install" ,
2425 "prepublishOnly" : " pnpm lint && pnpm build" ,
2526 "pretest" : " pnpm build" ,
2627 "security" : " pnpm audit --audit-level=high --prod" ,
5354 "del" : " ^6.0.0" ,
5455 "eslint-config-shellscape" : " ^4.2.0" ,
5556 "file-loader" : " ^6.2.0" ,
56- "husky" : " 4.3.8 " ,
57+ "husky" : " 8.0.2 " ,
5758 "lint-staged" : " 11.1.1" ,
5859 "memory-fs" : " ^0.4.1" ,
5960 "nyc" : " ^15.1.0" ,
You can’t perform that action at this time.
0 commit comments