Unverified Commit 19f659cf authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

firebase-tools: replace missing package-lock.json (#457597)

parents 223ca472 2ea6634a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -21,6 +21,11 @@ buildNpmPackage rec {

  npmDepsHash = "sha256-laYq6NNGsJ2YGhg6i0iFCVk+qyRqYdZPSSWzVHailcc=";

  # No more package-lock.json in upstream src
  postPatch = ''
    cp ./npm-shrinkwrap.json ./package-lock.json
  '';

  nativeBuildInputs = [
    python3
  ]