Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 833 Bytes

DEVELOPMENT.md

File metadata and controls

24 lines (19 loc) · 833 Bytes

Developing angular-fontawesome

Tasks

The following commands are available through npm run or yarn:

Command Purpose
build Build library using ng-packagr
lint Verify code matches linting rules
start Run development server for demo application (uses Angular CLI)
test Execute unit tests

Release this project

  1. Update package.json and src/lib/package.json and change version and add any contributors
  2. Update the CHANGELOG.md
  3. npm run build
  4. cd dist
  5. npm publish
  6. git commit -a -m 'Release VERSION'
  7. git tag <version> && git push && git push --tags - create a tag and push all changes to GitHub
  8. Create a new release with CHANGELOG details