summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--public/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/package.json b/public/package.json
index 882b9a6..2c4b85e 100644
--- a/public/package.json
+++ b/public/package.json
@@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
- "build": "ng build --prod --deploy-url=/dcae",
+ "build": "ng build --prod --deploy-url=/dcaed",
"test": "ng test",
"test:jest": "jest --watch",
"test:ci": "jest --runInBand",