1
0
Fork 0
mirror of synced 2024-05-21 12:53:29 +12:00

Fixing issue with OSS build, if the user is OSS don't attempt to account portal build.

This commit is contained in:
mike12345567 2024-04-11 15:58:22 +01:00
parent 8c32127a6f
commit f9e1f4b8c4

View file

@ -64,10 +64,11 @@ jobs:
- run: yarn --frozen-lockfile
# Run build all the projects
- name: Build
run: |
yarn build:oss
yarn build:account-portal
- name: Build OSS
run: yarn build:oss
- name: Build account portal
run: yarn build:account-portal
if: inputs.run_as_oss != true
# Check the types of the projects built via esbuild
- name: Check types
run: |