Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #529 from web-illinois/patch-2.16
Browse files Browse the repository at this point in the history
Patch 2.16 - fix build process
  • Loading branch information
bryanjonker-illinois authored Jan 23, 2024
2 parents 8a0f8f4 + ba4731e commit 508ee55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"license": "NCSA",
"scripts": {
"approve-backstop": "backstop approve --config=backstop.config.js",
"build": "encore prod",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && encore prod",
"build-windows": "set NODE_OPTIONS=--openssl-legacy-provider && encore prod",
"build-html": "eleventy",
"create-test-html": "eleventy --config=.eleventy-test-site.js",
"dev": "encore dev",
Expand All @@ -23,7 +24,7 @@
"dependencies": {
"@symfony/webpack-encore": "^0.30.2",
"lit": "^2.0.0-rc.3",
"node": "^14.17.4",
"node": "^18.17.0",
"remove-files-webpack-plugin": "^1.4.4",
"sass": "^1.44.0",
"sass-loader": "^8.0.2"
Expand Down

0 comments on commit 508ee55

Please sign in to comment.