Skip to content

Commit

Permalink
fix(ci-react): add ga build step (#8392)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lai committed Feb 15, 2023
1 parent f3570bc commit 0992c32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-swagger-ui-react.yml
Expand Up @@ -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

Expand Down

0 comments on commit 0992c32

Please sign in to comment.