Skip to content

Commit 0c68434

Browse files
authored
Merge pull request #2 from dbrian57/master
Updates app to work with modern App Platform
2 parents c0b066d + 9cb8049 commit 0c68434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"start": "react-scripts start",
2020
"clean": "rm -rf build _static",
21-
"build": "npm run clean && react-scripts build && mv build _static",
21+
"build": "npm run clean && NODE_OPTIONS=--openssl-legacy-provider react-scripts build && mv build _static",
2222
"test": "react-scripts test",
2323
"eject": "react-scripts eject"
2424
},

0 commit comments

Comments
 (0)