Skip to content

Commit 301dd4c

Browse files
committed
fix: ci-cd 오류 수정
1 parent d4d9e7b commit 301dd4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
echo "${{ secrets.ENV }}" > ./.env
2424
shell: bash
2525

26+
- name: Install Dependencies
27+
run: npm install
28+
2629
- name: Build Project
2730
run: npm run build
2831

0 commit comments

Comments
 (0)