Merge pull request #13467 from Budibase/fix/oss-build
Don't attempt account portal build if OSS
This commit is contained in:
commit
a1d8a803e8
|
@ -64,10 +64,11 @@ jobs:
|
||||||
- run: yarn --frozen-lockfile
|
- run: yarn --frozen-lockfile
|
||||||
|
|
||||||
# Run build all the projects
|
# Run build all the projects
|
||||||
- name: Build
|
- name: Build OSS
|
||||||
run: |
|
run: yarn build:oss
|
||||||
yarn build:oss
|
- name: Build account portal
|
||||||
yarn build:account-portal
|
run: yarn build:account-portal
|
||||||
|
if: inputs.run_as_oss != true
|
||||||
# Check the types of the projects built via esbuild
|
# Check the types of the projects built via esbuild
|
||||||
- name: Check types
|
- name: Check types
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue