Skip to content

Commit

Permalink
Merge pull request #144 from Azure-Samples:gk/143-yarn-install-fails-…
Browse files Browse the repository at this point in the history
…with-an-error-husky-git-cant-be-found

fix husky install
  • Loading branch information
thegovind committed Aug 20, 2023
2 parents 72e0475 + 0135135 commit 4550d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "cd .. & husky install"
"prepare": "cd .. & cd .. & husky install"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
Expand Down

0 comments on commit 4550d5f

Please sign in to comment.