[Bug] npm install
in a sample directory without first pnpm install
in root project results in husky not found
error
#411
Labels
bug
Something isn't working
Describe the bug
Since the refactor of the root project to be a PNPM workspace, running
npm install
in a single sample directory from a fresh git clone of the repository (i.e. without first runningpnpm install
in the root project) results in an error message to the effect thathusky
is missing.How to reproduce
results in
Extra
The text was updated successfully, but these errors were encountered: