Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 621 Bytes

package.json.md

File metadata and controls

10 lines (8 loc) · 621 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.