Skip to content

Latest commit

 

History

History
executable file
·
11 lines (8 loc) · 482 Bytes

DEVELOPMENT.md

File metadata and controls

executable file
·
11 lines (8 loc) · 482 Bytes

Build

Run ng build webfinger to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

  1. Bump up the version in projects/webfinger/package.json when changes are done.
  2. Add a scetion to CHANGELOG.md.
  3. Build the library and artifacts using the npm script npm run package.
  4. Go to the dist folder cd dist/webfinger and run npm publish.
  5. Consider updating the gh-pages example probject running npm run publish-gh-pages