Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 623 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 623 Bytes

Rollout Automation Tools

This is a collection of tools using Rollout

npm scripts

Build and dev scripts

  • dev – start dev server
  • build – bundle application for production
  • analyze – analyzes application bundle with @next/bundle-analyzer

Testing scripts

  • typecheck – checks TypeScript types
  • lint – runs ESLint
  • prettier:check – checks files with Prettier
  • jest – runs jest tests
  • jest:watch – starts jest watch
  • test – runs jest, prettier:check, lint and typecheck scripts