Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 884 Bytes

DEVELOPMENT.md

File metadata and controls

26 lines (20 loc) · 884 Bytes

Developing React Fontawesome

Tasks

The following commands are available through npm run

Command Purpose
build Build this project
dist Build this project in production mode
lint Check linting using ESLint
test Run tests

Releasing a new version

  1. Edit package.json and update the version number
  2. Add new contributors to the contributors section
  3. Update the CHANGELOG.md
  4. Update the README.md contributors section
  5. npm run build and npm test
  6. npm publish
  7. git add . && git commit -m 'Release VERSION'
  8. git push
  9. Create a new release with CHANGELOG details