Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 443 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 443 Bytes

Contributing

Start micro frontend with dev platform

  • npm start example-micro-frontend

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-elements-router/ngx-elements-router-x.x.x.tgz