aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-04-16 13:48:45 -0700
committerAnton Tananaev <anton@traccar.org>2022-04-16 13:48:45 -0700
commit852cac23dcdfd6462c5bc83676291fa40e1f098e (patch)
tree544c2f519dea081f402dbba36821542c632abcbf /modern/package.json
parentec6bb64111152b74f47c75f4a6b7e4c4dd25ac63 (diff)
downloadtrackermap-web-852cac23dcdfd6462c5bc83676291fa40e1f098e.tar.gz
trackermap-web-852cac23dcdfd6462c5bc83676291fa40e1f098e.tar.bz2
trackermap-web-852cac23dcdfd6462c5bc83676291fa40e1f098e.zip
Revert Node 17 fix
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 .",