Contribute / build ionic-angular package from source

Hi.
Anybody knows how to build the ionic-angular package from the source on github ? I would like to play/change the original components to maybe contribute.
I followed https://github.com/driftyco/ionic/blob/master/.github/CONTRIBUTING.md

  1. fork repo
  2. clone fork
  3. make custom branch
  4. npm install
  5. ??? (after changing components, how can I build the ionic-angular package to use/test the modified version in my app?)

I think this part is missing in the CONTRIBUTING.md

thanks for any help here :slight_smile:

1 Like

I found out myself, the gulp task is as following:
gulp compile.release ( the package ‘ionic-angular’ is found in the dist/ folder.

1 Like

Just for those of who wants to use built dist version as dependency, one needs to run gulp release.prepareReleasePackage instead. This will correctly copy package.json and numerous other stuffs to make it self-contained npm package.