Skip to content

Commit 0992c32

Browse files
authored
fix(ci-react): add ga build step (#8392)
1 parent f3570bc commit 0992c32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-swagger-ui-react.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
with:
3535
node-version: 16
3636

37+
- name: Prepare SwaggerUI dist
38+
run: |
39+
cd ../../../
40+
npm ci
41+
npm run build
42+
3743
- name: Install dependencies (to create package manifest)
3844
run: npm ci
3945

0 commit comments

Comments
 (0)