Skip to content

Commit

Permalink
core: build client before
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen committed Apr 28, 2024
1 parent c7f07d0 commit bc08974
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/front-admin-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- run: npm run ci
working-directory: ./front

- run: npm run build --if-present
working-directory: ./front/packages/client

- run: npm run build --if-present
5 changes: 5 additions & 0 deletions .github/workflows/front-server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- run: npm run ci
working-directory: ./front

- run: npm run build --if-present
working-directory: ./front/packages/client

- run: npm run build --if-present
5 changes: 5 additions & 0 deletions .github/workflows/front-studio-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- run: npm run ci
working-directory: ./front

- run: npm run build --if-present
working-directory: ./front/packages/client

- run: npm run build --if-present

0 comments on commit bc08974

Please sign in to comment.