Skip to content

Commit

Permalink
feat: publish node_modules, package-lock.json 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Legitgoons committed May 28, 2024
1 parent f1ceb69 commit 64fcb82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Clear npm cache
run: npm cache clean --force
- name: Remove node_modules and package-lock.json
run: rm -rf node_modules
rm -f package-lock.json

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 64fcb82

Please sign in to comment.