Skip to content
ivmartel edited this page Mar 29, 2020 · 8 revisions

Welcome to the dwv-angular wiki!

For now the wiki is used to store unordered notes...

Build

The project is set to build to the trunk folder on the gh-pages branch.

Prepare:

  1. in package.json, update the version number
  2. commit and push the changes

Create build and publish:

  1. run yarn run build-stable in the root folder, the build will be the dist folder
  2. commit and push the build to the gh-pages branch under demo/stable
  3. create a github release with a tag equal to the version and the build as asset

Post steps:

  1. in package.json, update the version number
  2. commit and push the changes
Clone this wiki locally