aboutsummaryrefslogtreecommitdiff
path: root/npmPackages/buildNpmPackage.nix
diff options
context:
space:
mode:
Diffstat (limited to 'npmPackages/buildNpmPackage.nix')
-rw-r--r--npmPackages/buildNpmPackage.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/npmPackages/buildNpmPackage.nix b/npmPackages/buildNpmPackage.nix
index 76f08ee..5ed4e99 100644
--- a/npmPackages/buildNpmPackage.nix
+++ b/npmPackages/buildNpmPackage.nix
@@ -12,7 +12,7 @@
, buildPhase ? "npm install"
, checkPhase ? "npm test"
, doCheck ? true
-, jailbreak ? false # Ignore version constraints of the dependencies
+, jailbreak ? true # Ignore version constraints of the dependencies
, meta ? {}
}: