Skip to content

Commit

Permalink
Prepend cross-env NODE_OPTIONS=--openssl-legacy-provider to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Saabbir committed Nov 15, 2022
1 parent 29b3100 commit 780cd4a
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 @@ -5,7 +5,7 @@
"scripts": {
"start": "npm run dev",
"dev": "run-s clean eleventy:dev",
"build": "run-s clean eleventy:prod",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider run-s clean eleventy:prod",
"eleventy:dev": "cross-env ELEVENTY_ENV=development eleventy --serve",
"eleventy:prod": "cross-env ELEVENTY_ENV=production eleventy",
"clean": "del-cli dist",
Expand Down

0 comments on commit 780cd4a

Please sign in to comment.