Use rollup to build typescript

This commit is contained in:
Johannes Loher 2021-03-17 12:15:25 +01:00
parent 79355b6e9c
commit e7fc318ea5
14 changed files with 494 additions and 343 deletions

View file

@ -58,7 +58,7 @@ build:
cache:
<<: *global_cache
script: |
yarn updateManifest --update=${RELEASE_TYPE}
yarn bump-version --release=${RELEASE_TYPE}
RELEASE_VERSION=$(jq -r '.version' < package.json)
git add package.json src/system.json
git --no-pager diff