chore: only build helper-plugin & admin panel

This commit is contained in:
Josh 2023-03-06 08:07:55 +00:00
parent 3b7173bfa2
commit 5003a8c55c

View File

@ -115,7 +115,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('**/yarn.lock') }}
- run: yarn install --frozen-lockfile
- name: Build
run: yarn build
run: yarn build --scope @strapi/admin --scope @strapi/helper-plugin
api_ce_pg:
runs-on: ubuntu-latest