Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 424 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 424 Bytes

Contributing

Start the example app

  • npm start example-app

Checks

  • All: npm run check
  • Tests: npm run test
  • Lint: npm run lint
  • Prettier: npm run prettier-check

Publish

  • Adjust version in package.json
  • npm run package
  • (You need to have npm access to do that): npm publish ./dist/ngx-loading-customizer/ngx-loading-customizer-x.x.x.tgz