From 59f11ab7a1e7d1ed587f7b28f58afd2f58e2c694 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Wed, 22 Jan 2020 07:12:31 -0700 Subject: [PATCH] SHIBUI-1711 reverted build to not use context by default --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index d98b60f9a..f0fa2d460 100644 --- a/ui/package.json +++ b/ui/package.json @@ -4,7 +4,7 @@ "license": "MIT", "scripts": { "ng": "ng", - "start": "ng serve --proxy-config proxy.conf.json --base-href /shibui/", + "start": "ng serve --proxy-config proxy.conf.json", "build": "ng build", "test": "ng test --code-coverage --source-map=true", "lint": "ng lint",