Build legacy build in github workflows

This commit is contained in:
Tim Schaub
2021-05-02 16:04:40 -06:00
committed by Maximilian Krög
parent 40f8e69675
commit 1ce7ef95fc

View File

@@ -149,9 +149,12 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Run Tests
- name: Build the Package
run: npm run build-package
- name: Generate the Legacy Build
run: npm run build-legacy
rendering:
name: Rendering
runs-on: ubuntu-latest