Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

Commit 12cbf66

Browse files
committed
Fix build script for Node 17+
1 parent 1857b38 commit 12cbf66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"scripts": {
3535
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
36-
"build": "react-scripts build",
36+
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
3737
"test": "react-scripts test",
3838
"eject": "react-scripts eject",
3939
"predeploy": "npm run build",

0 commit comments

Comments
 (0)