Closed gwdawson closed 1 year ago
the publish-npm workflow is failing with sh: 1: husky: not found. this is because husky is a dev dependency but the workflow only installs production dependencies.
sh: 1: husky: not found
this workaround stems from the following: https://github.com/typicode/husky/issues/914#issuecomment-1376981862
how this works:
the publish-npm workflow is failing with
sh: 1: husky: not found
. this is because husky is a dev dependency but the workflow only installs production dependencies.this workaround stems from the following: https://github.com/typicode/husky/issues/914#issuecomment-1376981862
how this works: