Skip to content

Commit

Permalink
Merge pull request #32 from msaipraneeth/main
Browse files Browse the repository at this point in the history
Use legacy open ssl
  • Loading branch information
Franqsanz authored Aug 10, 2023
2 parents c711ef0 + 7d9c75b commit 5e50f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"start": "netlify-lambda serve src",
"build": "netlify-lambda build src",
"build": "NODE_OPTIONS='--openssl-legacy-provider' netlify-lambda build src",
"test": "jest"
},
"keywords": [
Expand Down

0 comments on commit 5e50f47

Please sign in to comment.