Skip to content

Commit

Permalink
build: 의존성 캐싱 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgksqkr committed Apr 10, 2024
1 parent f9946c4 commit 48a11a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/front-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

- name: Install Dependencies
run: npm install
if: steps.cache.outputs.cache-hit != 'true'
run: npm ci

# aws user 연결
- name: Configure AWS credentials
Expand Down

0 comments on commit 48a11a2

Please sign in to comment.