Open evenstensberg opened 1 day ago
PTAL. Most likely husky had some dependencies that couldn't be properly resolved in a container that uses node_modules in a particular way. Solved by adding the failing dep as an optional in package.json.
I've also bumped all the dependencies when I had the chance. The lockfile being false didn't work in the CI because the action running npm ci
(which installs deps faster) needs a lockfile.
Summary of the changes
Adds pre-commit hooks, bumps dependencies and adds nvm
Related issue
N/A