Skip to content

Commit

Permalink
build(queen): node 20 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Nov 30, 2023
1 parent e7b713b commit f6b96d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f6b96d5

Please sign in to comment.