Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 665 Bytes

package.json.md

File metadata and controls

14 lines (10 loc) · 665 Bytes

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 with npm install --omit=dev) through husky's suggested disabled ci settings (see: ci-server-and-docker.

Update Hints

no important hints yet...