Skip to content

Commit

Permalink
fix: modify husky deprecated command (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldac committed May 6, 2024
1 parent 69edb2d commit fb0ad15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "tauri build",
"dev": "tauri dev",
"lint": "next lint && biome check src/",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@tauri-apps/api": "^1.5.3",
Expand Down

0 comments on commit fb0ad15

Please sign in to comment.