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

@@ -59,9 +59,6 @@ jobs:
- name: Install app dependencies
run: pnpm install
- name: Build Submodules
run: pnpm run build-submodules
- name: Build SolidJS app
env:
VITE_NETWORK: signet

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

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