feat: restructure as pnpm monorepo with Tauri desktop shell
- Migrate to packages/web + packages/desktop workspace layout via git mv - Add Tauri v2 desktop shell with @tauri-apps/plugin-http for CORS bypass - Configure Turborepo with package-level dependsOn build graph - Add semantic-release with exec plugin for GHA output and disabled PR comments - Fix http:default capability scope to allow all HTTP/HTTPS origins - Add Vite Tauri integration (clearScreen, TAURI_DEV_HOST, target, envPrefix) - Add semantic-release.yml and release.yml GitHub Actions workflows - Fix all Biome lint errors (noArrayIndexKey, noNonNullAssertion, button types)
This commit is contained in:
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@@ -8,9 +8,8 @@ on:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Lint, type-check & test
|
||||
name: Lint, type-check, test & build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -25,14 +24,4 @@ jobs:
|
||||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
|
||||
- run: pnpm lint
|
||||
name: Biome lint
|
||||
|
||||
- run: pnpm exec tsc --noEmit -p tsconfig.app.json
|
||||
name: Type check
|
||||
|
||||
- run: pnpm test
|
||||
name: Tests
|
||||
|
||||
- run: pnpm build
|
||||
name: Production build
|
||||
- run: pnpm turbo lint typecheck test build --filter=@openconcho/web
|
||||
|
||||
Reference in New Issue
Block a user