Merge pull request #193269 from walkah/plausible-openssl-3

This commit is contained in:
Sandro 2022-09-28 22:13:48 +02:00 committed by GitHub
commit 9636ac35b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ beamPackages.mixRelease {
};
postBuild = ''
export NODE_OPTIONS=--openssl-legacy-provider # required for webpack compatibility with OpenSSL 3 (https://github.com/webpack/webpack/issues/14532)
ln -sf ${yarnDeps}/node_modules assets/node_modules
npm run deploy --prefix ./assets