Skip to content

Commit 49f0cd3

Browse files
committed
refactor: move backend
1 parent 8994ac6 commit 49f0cd3

18 files changed

+7
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: oven-sh/setup-bun@v1
11-
12-
- run: bun install
11+
12+
- run: cd backend
13+
- run: bun install
1314
- run: bun run build
1415

1516
build-docker:
@@ -19,6 +20,7 @@ jobs:
1920
steps:
2021
- uses: actions/checkout@v4
2122
- uses: oven-sh/setup-bun@v1
22-
23-
- run: bun install
24-
- run: bun run docker:build
23+
24+
- run: cd backend
25+
- run: bun install
26+
- run: bun run docker:build
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)