Skip to content

Commit b90ce14

Browse files
fix
1 parent 7e30759 commit b90ce14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"web-vitals": "2.1.4"
3333
},
3434
"scripts": {
35-
"start": "craco start",
36-
"build": "craco build",
37-
"test": "craco test"
35+
"start": "craco --openssl-legacy-provider start",
36+
"build": "craco --openssl-legacy-provider build",
37+
"test": "craco --openssl-legacy-provider test"
3838
},
3939
"eslintConfig": {
4040
"extends": [

0 commit comments

Comments
 (0)