mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
621604dc66
The pub publish process was not following through with publishing packages because the -f flag was not be provided to pub publish, causing the process to prompt for confirmation before publishing, which was causing the pub_publish.sh script to skip publishing. Closes #3077