File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Install dependencies
2929 run : pnpm install --frozen-lockfile
3030
31+ - name : Audit dependencies
32+ run : pnpm audit --audit-level=high
33+
3134 - name : Lint
3235 run : pnpm lint
3336
Original file line number Diff line number Diff line change 1- # 🗃️docs -cache
1+ # 🗃️ docs -cache
22
33Deterministic local caching of documentation repositories.
44
Original file line number Diff line number Diff line change 2222 "build" : " unbuild" ,
2323 "dev" : " unbuild --stub" ,
2424 "lint" : " biome check ." ,
25- "prepublishOnly" : " pnpm build && pnpm schema:build" ,
25+ "prepublishOnly" : " pnpm audit --audit-level=high && pnpm build && pnpm schema:build" ,
2626 "release" : " bumpp && npm publish" ,
2727 "test" : " pnpm build && node --test" ,
2828 "test:coverage" : " pnpm build && c8 --include dist --exclude bin --reporter=text node --test" ,
You can’t perform that action at this time.
0 commit comments