ocket8888 commented on code in PR #6719:
URL: https://github.com/apache/trafficcontrol/pull/6719#discussion_r842217451
##########
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
Review Comment:
`--progress` is "unknown"? I see it in the output of `ng serve --help`:
```
--progress
Log progress to the console while building.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]