cryptpad: 3.0.1 -> 3.13.0 (#82602)

This commit is contained in:
zimbatm
2020-03-14 20:51:44 +01:00
committed by GitHub
parent 94a67e67b8
commit b6fe12b1cc
5 changed files with 81 additions and 56 deletions

View File

@@ -363,7 +363,7 @@ let
npm ${forceOfflineFlag} --nodedir=${nodeSources} ${npmFlags} ${stdenv.lib.optionalString production "--production"} rebuild
if [ "''${dontNpmInstall-}" != "1" ]
if [ "$dontNpmInstall" != "1" ]
then
# NPM tries to download packages even when they already exist if npm-shrinkwrap is used.
rm -f npm-shrinkwrap.json