Build legacy build in github workflows
This commit is contained in:
committed by
Maximilian Krög
parent
40f8e69675
commit
1ce7ef95fc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user