This document serves as a replacement for comments in
package.json
, since it includes a lot of configuration often requiring explanation.
- scripts
prepare
Installs git hooks with husky. In production and CI, it omits an error (i.e. husky can not be found when installed withnpm install --omit=dev
) through husky's suggested disabled ci settings (see: ci-server-and-docker.
no important hints yet...