Skip to content

Commit

Permalink
config: BE Actions 수정(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-taewon-kim committed Oct 31, 2024
1 parent e2dfd23 commit a80c8f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@ jobs:
shell: bash

- name: Install dependencies
run: pnpm install --frozen-lockfile
run: |
cd ./be
pnpm install --frozen-lockfile
- name: Build application
run: pnpm build
run: |
cd ./be
pnpm build
- name: Setup SSH
uses: webfactory/[email protected]
Expand Down

0 comments on commit a80c8f1

Please sign in to comment.