aboutsummaryrefslogtreecommitdiff
path: root/modern
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-07-31 07:12:55 -0700
committerAnton Tananaev <anton@traccar.org>2022-07-31 07:12:55 -0700
commit5f86dec31528d8c06608e1a37ac5529bca91ad78 (patch)
treee6b4a95bc22377c8a78f7cf894bbeca103e78071 /modern
parent1b293563daa883eccfb81bfeebd1034cb6556ea9 (diff)
downloadtrackermap-web-5f86dec31528d8c06608e1a37ac5529bca91ad78.tar.gz
trackermap-web-5f86dec31528d8c06608e1a37ac5529bca91ad78.tar.bz2
trackermap-web-5f86dec31528d8c06608e1a37ac5529bca91ad78.zip
Remove release build
Diffstat (limited to 'modern')
-rw-r--r--modern/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/modern/package.json b/modern/package.json
index b020ba3b..1b586e3d 100644
--- a/modern/package.json
+++ b/modern/package.json
@@ -46,7 +46,6 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
- "build_release": "PUBLIC_URL=/modern/ react-scripts build",
"lint": "eslint .",
"lint:fix": "eslint --fix --ext .js ."
},