@cfxlabsinc/b2b-services
CFX B2B Services
Workspace-Wide Targets
Typecheck
nx run-many -t typecheck
Build All Non Next.js Projects
nx run-many -t build --exclude=tag:nextjs
nx format write
Lint
Checking:
nx run-many -t lint
Fixing:
nx run-many -t lint -c fix