From f6b96d58b99c8e29b022a878f11dd7d77fc2eab7 Mon Sep 17 00:00:00 2001 From: Dylan Decrulle <81740200+ddecrulle@users.noreply.github.com> Date: Thu, 30 Nov 2023 09:59:56 +0100 Subject: [PATCH] build(queen): node 20 issue --- queen/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queen/package.json b/queen/package.json index 34f0a5ce..1b61b5c7 100644 --- a/queen/package.json +++ b/queen/package.json @@ -43,7 +43,7 @@ "scripts": { "start": "cross-env PORT=5001 react-scripts start", "start-dev": "cross-env PORT=5001 craco start", - "build": "react-scripts build && npm run post-build", + "build": "react-scripts --openssl-legacy-provider build && npm run post-build", "post-build": "node ./configuration/build/build-sw.js && node ./configuration/build/manage-public-url.js && copy-and-watch configuration/files/* build", "test": "react-scripts test", "test:ci": "react-scripts test --watchAll=false --coverage --testResultsProcessor ./node_modules/jest-sonar-reporter",