Skip to content

Commit

Permalink
fix: front-deploy.yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiey committed Jul 13, 2024
1 parent 27267c5 commit 8d8ee9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/front-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Dependencies
run: npm install
run: npm install -f

- name: Build
run: npm run build
Expand Down

0 comments on commit 8d8ee9a

Please sign in to comment.