Skip to content

Disable package-lock.json file in Kresus

Phyks requested to merge phyks/kresus:no_package_lock into master

Wwe are putting strict versions in the package.json file

Also add a comment about the package.json rule we are following in CONTRIBUTING.md and a new linting check to enforce it.

Also use set -e bash command in scripts instead of commands chained with &&. The set -e option stops the script on the first failing command, and returns a non 0 code (exactly the && behaviour).

Edited by Antoine

Merge request reports