Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
>cd target/checkout (we want to have the same artifacts in the dist as in the repo)
# [TODO] make sure the release.sh script does not delete existing files?
>./release.sh
...
Distribution build completed in target/dist

or (if the previous failed/is not possible any more)

...