aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'modern/package.json')
-rw-r--r--modern/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/package.json b/modern/package.json
index 5368b591..4ac91845 100644
--- a/modern/package.json
+++ b/modern/package.json
@@ -31,8 +31,8 @@
"wellknown": "^0.5.0"
},
"scripts": {
- "start": "craco --openssl-legacy-provider start",
- "build": "craco --openssl-legacy-provider build",
+ "start": "craco start",
+ "build": "craco build",
"build_release": "PUBLIC_URL=/modern/ craco build",
"test": "craco test",
"lint": "eslint .",