Updating CI.
This commit is contained in:
parent
9f80d7fe43
commit
84f87c4a48
|
@ -65,7 +65,9 @@ jobs:
|
|||
|
||||
# Run build all the projects
|
||||
- name: Build
|
||||
run: yarn build
|
||||
run: |
|
||||
yarn build:oss
|
||||
yarn build:account-portal
|
||||
# Check the types of the projects built via esbuild
|
||||
- name: Check types
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue