fix(relay-angular-chat): fix base url
This commit is contained in:
parent
c546f0e113
commit
88b36d6c9a
|
@ -5,7 +5,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build",
|
"build": "ng build --base-href /relay-angular-chat --deploy-url /relay-angular-chat/",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "exit 0",
|
"test": "exit 0",
|
||||||
"test:local": "ng test",
|
"test:local": "ng test",
|
||||||
|
|
Loading…
Reference in New Issue