Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 938 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 938 Bytes

🧩 front-translations lib 🧩

A library containing a translations system mockup for our frontend app.

⚡ CLI

Description Command
⚠️ Linting the app nx run front-translations:lint
✔️ Type checking using tsc nx run front-translations:type-check

🔶 Useful flags

flag Description
--skip-nx-cache disables nx caching; the command will be ran fully
--verbose prints additional error stack trace on failure