Revert "This is going to fail but will "fix" the build"

This reverts commit 1e8b5a3930.
This commit is contained in:
silver 2023-12-20 16:08:44 +00:00
parent 1e8b5a3930
commit a8f6c1e80e

View file

@ -22,7 +22,7 @@ in
hash = "sha256-PlOtTh+rpTxAv8ajHBDHZuL7yeeLVpbAfKEDPQlejIg=";
};
patch = ''
postPatch = ''
jq 'del(.scripts.preinstall)' package.json > package.json.tmp
mv -f package.json{.tmp,}
'';