Update build to try and force using cache

main
Ashelyn Dawn 3 months ago
parent 4ac15b7767
commit 33732baede
No known key found for this signature in database
GPG Key ID: D1980B8C6F349BC1

@ -57,7 +57,7 @@
npm cache add "$package"
done <${tarballsFile}
${nodejs}/bin/npm ci
${nodejs}/bin/npm --cache-min 99999999 ci --no-registry
'';
installPhase = ''

Loading…
Cancel
Save