aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modern/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/package.json b/modern/package.json
index 2c88c5f..d06ac59 100644
--- a/modern/package.json
+++ b/modern/package.json
@@ -2,7 +2,6 @@
"name": "traccar",
"version": "0.1.0",
"private": true,
- "homepage": "/modern/",
"dependencies": {
"@craco/craco": "^5.6.4",
"@material-ui/core": "^4.9.7",
@@ -23,6 +22,7 @@
"scripts": {
"start": "craco start",
"build": "craco build",
+ "build_release": "PUBLIC_URL=/modern/ craco build",
"test": "craco test"
},
"browserslist": {