This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 24b654bbf0 Fix dev tpv2 (#6719)
24b654bbf0 is described below

commit 24b654bbf0dacbb24d2897afca77601e7a7a296b
Author: Steve Hamrick <[email protected]>
AuthorDate: Tue Apr 5 10:38:59 2022 -0600

    Fix dev tpv2 (#6719)
---
 dev/tpv2/run.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/tpv2/run.sh b/dev/tpv2/run.sh
index 5e15af2f86..35da81bda9 100755
--- a/dev/tpv2/run.sh
+++ b/dev/tpv2/run.sh
@@ -16,5 +16,5 @@
 set -o errexit
 
 cd "$TC/experimental/traffic-portal"
-npm ci
-./node_modules/.bin/ng serve --ssl --ssl-cert /server.crt --ssl-key 
/server.key --watch --progress --proxy-config "$TC/dev/tpv2/proxy.json" --port 
443 --host "::0" --live-reload
+npm ci --ignore-scripts
+./node_modules/.bin/ng serve --ssl --ssl-cert /server.crt --ssl-key 
/server.key --watch --proxy-config "$TC/dev/tpv2/proxy.json" --port 443 --host 
"::0" --live-reload

Reply via email to