Skip to content

Commit

Permalink
chore: npm clean install 에서 install 로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed May 10, 2024
1 parent ec9b618 commit bae6a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Code Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm ci
run: npm i
- name: Typescript Compile
run: npm run compile

Expand Down

0 comments on commit bae6a4e

Please sign in to comment.