diff options
author | Anton Tananaev <anton@traccar.org> | 2022-07-31 07:12:55 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-07-31 07:12:55 -0700 |
commit | 5f86dec31528d8c06608e1a37ac5529bca91ad78 (patch) | |
tree | e6b4a95bc22377c8a78f7cf894bbeca103e78071 /modern/package.json | |
parent | 1b293563daa883eccfb81bfeebd1034cb6556ea9 (diff) | |
download | trackermap-web-5f86dec31528d8c06608e1a37ac5529bca91ad78.tar.gz trackermap-web-5f86dec31528d8c06608e1a37ac5529bca91ad78.tar.bz2 trackermap-web-5f86dec31528d8c06608e1a37ac5529bca91ad78.zip |
Remove release build
Diffstat (limited to 'modern/package.json')
-rw-r--r-- | modern/package.json | 1 |
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 ." }, |