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