fix(ci-react): add ga build step (#8392)
This commit is contained in:
@@ -34,6 +34,12 @@ jobs:
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Prepare SwaggerUI dist
|
||||
run: |
|
||||
cd ../../../
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
- name: Install dependencies (to create package manifest)
|
||||
run: npm ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user