Skip to content

Commit 3ea62f2

Browse files
committed
#18 ci(fe): src/frontend에 들어갔을경우 pnpm 설치되도록 변경
1 parent 2e45573 commit 3ea62f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/fe-build-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
${{ runner.os }}-pnpm-store-
3838
3939
- name: Install dependencies
40-
run: pnpm install --frozen-lockfile --prod
40+
run: cd c_sharp/src/frontend
41+
pnpm install --frozen-lockfile --prod
4142

4243
- name: Lint code
4344
run: pnpm lint

0 commit comments

Comments
 (0)