diff options
Diffstat (limited to 'rulemgt-frontend')
-rw-r--r-- | rulemgt-frontend/assembly.xml | 2 | ||||
-rw-r--r-- | rulemgt-frontend/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rulemgt-frontend/assembly.xml b/rulemgt-frontend/assembly.xml index ae7f726..bf9a73e 100644 --- a/rulemgt-frontend/assembly.xml +++ b/rulemgt-frontend/assembly.xml @@ -9,7 +9,7 @@ <fileSets> <fileSet> <directory>dist</directory> - <outputDirectory>/holmes</outputDirectory> + <outputDirectory>/iui/holmes</outputDirectory> </fileSet> </fileSets> </assembly> diff --git a/rulemgt-frontend/package.json b/rulemgt-frontend/package.json index 554620d..d0fae24 100644 --- a/rulemgt-frontend/package.json +++ b/rulemgt-frontend/package.json @@ -6,7 +6,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build --dev", - "prod": "ng build --prod --base-href /holmes/", + "prod": "ng build --prod --base-href /iui/holmes/", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" |