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

@@ -59,6 +59,9 @@ 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,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

View File

@@ -44,6 +44,9 @@ 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
@@ -67,4 +70,4 @@ jobs:
with:
name: playwright-report
path: playwright-report/
retention-days: 30
retention-days: 30