Skip to content

Commit

Permalink
ci: remove npm cache verify (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Nov 29, 2023
1 parent aebc208 commit 6c75ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See [Vite Configuration Reference](https://vitejs.dev/config/).
nvm use

# Do a clean install:
npm cache verify && npm clean-install
npm clean-install

# Install Husky pre-commit hooks:
npm run prepare
Expand Down

0 comments on commit 6c75ae9

Please sign in to comment.