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

@@ -44,9 +44,6 @@ jobs:
- name: Install app dependencies
run: pnpm install
- name: Build Submodules
run: pnpm run build-submodules
- run: npx playwright install --with-deps
if: steps.playwright-cache.outputs.cache-hit != 'true'
- run: npx playwright install-deps