🚀 Feature: Run a build, ignoring status codes, before lint in CI #935
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: feature
New enhancement or request
Bug Report Checklist
main
branch of the repository.Overview
I'm finding that many templated packages need to run
pnpm build || true
beforepnpm lint
in CI. This is because code snippets andbin/
files sometimes refer to built files, such aslib/index.js
.This should be documented too.
Additional Info
No response
The text was updated successfully, but these errors were encountered: