remove storybook and turbo

This commit is contained in:
Paul Miller
2023-09-06 15:45:12 -07:00
parent 8c2c24bcf3
commit 294547b1ee
49 changed files with 998 additions and 16081 deletions

View File

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