Updating CI.
This commit is contained in:
parent
9f80d7fe43
commit
84f87c4a48
|
@ -65,7 +65,9 @@ jobs:
|
||||||
|
|
||||||
# Run build all the projects
|
# Run build all the projects
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build
|
run: |
|
||||||
|
yarn build:oss
|
||||||
|
yarn build:account-portal
|
||||||
# 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