Skip to content

Commit

Permalink
Merge pull request #22 from taeyeongKims/ci/1
Browse files Browse the repository at this point in the history
npm ci -> npm install
  • Loading branch information
taeyeongKims authored Jan 2, 2024
2 parents 3788dbb + 84e4a77 commit ea99111
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 ea99111

Please sign in to comment.