Skip to content

Commit bce53ba

Browse files
authored
feat: move @gitbutler/cloud into monorepo (#4494)
1 parent 008a411 commit bce53ba

File tree

381 files changed

+648
-318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+648
-318
lines changed

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
name: Upload SvelteKit build output
7070
with:
7171
name: sveltekit-build
72-
path: ./app/build/
72+
path: ./apps/desktop/build/
7373
retention-days: 1
7474
if-no-files-found: error
7575

@@ -168,7 +168,7 @@ jobs:
168168
- uses: actions/download-artifact@v4
169169
with:
170170
name: sveltekit-build
171-
path: ./app/build/
171+
path: ./apps/desktop/build/
172172
- name: Build binary
173173
shell: bash
174174
run: |

.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- '.github/actions/**'
2626
node:
2727
- *workflows
28-
- 'app/**'
28+
- 'apps/desktop/**'
2929
- 'package.json'
3030
- 'pnpm-lock.yaml'
3131
common-rust: &rust

.github/workflows/test-e2e.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: cd packages/ui && pnpm package
2828
- name: Get installed Playwright version
2929
id: playwright-version
30-
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./app/package.json').devDependencies['@playwright/test'].substring(1))")" >> $GITHUB_ENV
30+
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./apps/desktop/package.json').devDependencies['@playwright/test'].substring(1))")" >> $GITHUB_ENV
3131
- name: Cache playwright binaries
3232
uses: actions/cache@v4
3333
id: playwright-cache
@@ -39,14 +39,14 @@ jobs:
3939
if: steps.playwright-cache.outputs.cache-hit != 'true'
4040
run: pnpm dlx "playwright@$PLAYWRIGHT_VERSION" install --with-deps chromium
4141
- name: Run Tests
42-
run: cd app && pnpm test:e2e
42+
run: cd apps/desktop && pnpm test:e2e
4343
env:
4444
CI: true
4545
- name: Upload Artifacts
4646
uses: actions/upload-artifact@v4
4747
if: ${{ !cancelled() }}
4848
with:
4949
name: playwright-report
50-
path: app/test-results/**/trace.zip
50+
path: apps/desktop/test-results/**/trace.zip
5151
if-no-files-found: ignore
5252
retention-days: 30
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)