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",