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
+4 -1
View File
@@ -149,9 +149,12 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: npm ci run: npm ci
- name: Run Tests - name: Build the Package
run: npm run build-package run: npm run build-package
- name: Generate the Legacy Build
run: npm run build-legacy
rendering: rendering:
name: Rendering name: Rendering
runs-on: ubuntu-latest runs-on: ubuntu-latest