Commit 095b50d0 authored by 𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕's avatar 𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕
Browse files

vega-cli: simplifed the redirection

parent 019e2017
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,8 +27,8 @@ buildNpmPackage (finalAttrs: {
      --replace-fail "npm run data" "true"

    # Patch lerna.json to not use nx
    mv lerna.json lerna.old.json
    ${jq}/bin/jq '. + {useNx: false}' < lerna.old.json > lerna.json
    ${jq}/bin/jq '. + {useNx: false}' lerna.json > lerna.json.tmp
    mv lerna.json.tmp lerna.json
  '';

  npmDepsHash = "sha256-mBe1fHnhor7ZR8CuRNs1zD7JzaZXZI5VM7mdAieVKqE=";