dicoogle icon indicating copy to clipboard operation
dicoogle copied to clipboard

Prettier formatting commit hook requires installed node_modules

Open Enet4 opened this issue 5 years ago • 0 comments

Users may be blocked from committing their code due to the husky pre-commit hook, as this one is provided via npm on the web app. Users who are not working on the web application are also required to call npm install there regardless.

This should be tweaked to allow for the hook to skip the formatting step if husky is not available.

Enet4 avatar Jan 15 '20 13:01 Enet4