Skip to content

Commit

Permalink
fix: CD 패키지 설치 수정
Browse files Browse the repository at this point in the history
- npm ci시 오류
- npm install로 변경
  • Loading branch information
Zamoca42 committed Jan 28, 2024
1 parent 1a58a39 commit ebbb855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: npm install, test and lint
run: |
npm ci
npm install
npm run test
npm run lint
Expand Down

0 comments on commit ebbb855

Please sign in to comment.