vega-cli: simplifed the redirection

This commit is contained in:
𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕
2026-04-26 12:19:12 -04:00
parent 019e2017e2
commit 095b50d045
+2 -2
View File
@@ -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=";