Updating CI.

This commit is contained in:
mike12345567 2024-03-27 17:00:56 +00:00
parent 9f80d7fe43
commit 84f87c4a48
1 changed files with 3 additions and 1 deletions

View File

@ -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: |