feat: Add new ui package folder to test internal imports

This commit is contained in:
benalleng
2023-08-09 19:38:45 -04:00
committed by Paul Miller
parent de8634a97d
commit a6ba9b6ead
51 changed files with 15343 additions and 340 deletions

View File

@@ -47,9 +47,12 @@ jobs:
- name: Step One - Check Code Formatting
run: pnpm run check-format
- name: Step Two - Check Lint Errors
- name: Step Two - Build Submodules
run: pnpm run build-submodules
- name: Step Three - Check Lint Errors
run: pnpm run eslint
- name: Step Three - Check Type Check Errors
- name: Step Four - Check Type Check Errors
run: pnpm run check-types