fix(ci-react): add ga build step (#8392)

This commit is contained in:
Tim Lai
2023-02-15 11:36:01 -08:00
committed by GitHub
parent f3570bc29d
commit 0992c320f1

View File

@@ -34,6 +34,12 @@ jobs:
with: with:
node-version: 16 node-version: 16
- name: Prepare SwaggerUI dist
run: |
cd ../../../
npm ci
npm run build
- name: Install dependencies (to create package manifest) - name: Install dependencies (to create package manifest)
run: npm ci run: npm ci