Skip to content

Commit

Permalink
Update deploy-frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mataeLee authored Oct 9, 2024
1 parent 1e37547 commit 8468d7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,13 @@ jobs:
# npm 의존성 설치
- name: Install dependencies
run: |
npm install @babel/plugin-proposal-private-property-in-object --save-dev
npm install --include=dev
# npm 의존성 설치
- name: Install babel plugin
run: |
npm install @babel/plugin-proposal-private-property-in-object --save-dev
# properties.json 파일 생성
- name: Create properties.json
run: |
Expand Down

0 comments on commit 8468d7f

Please sign in to comment.