Always build in production mode before committing changes.
Production mode:
npm run build
Development mode - watching for changes:
npm run dev
Always apply linting rules and build in production mode before committing changes.
npm run lint
npm run build