1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Updating CI.

This commit is contained in:
mike12345567 2024-03-27 17:00:56 +00:00
parent 9f80d7fe43
commit 84f87c4a48

View file

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