Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alserz1 authored Mar 11, 2024
1 parent f965ec6 commit 8246c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"lint": "eslint ./src",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest --watchAll"
"test": "jest --watchAll",
"prepare": "husky install"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 8246c3d

Please sign in to comment.