Skip to content

Commit

Permalink
npm ci -> npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
taeyeongKims committed Jan 2, 2024
1 parent 132dec1 commit 84e4a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# dependencies 설치, test and build
- name: Install dependencies
run: npm ci # dependencies 설치 npm ci, npm install 모두 다 됨!
run: npm install # dependencies 설치 npm ci, npm install 모두 다 됨!

- name: Run Build
run: npm run build --if-present # 빌드
Expand Down

0 comments on commit 84e4a77

Please sign in to comment.