docs(docs-infra): add common/upgrade to authors package for API docs (#30567)

This fixes an issue where the common/upgrade packge isn't included
on page reload when changes are made to the common/upgrade package

PR Close #30567
This commit is contained in:
Brandon 2019-05-20 12:54:40 -05:00 committed by Jason Aden
parent 0d52a27f41
commit 6debe9dfb9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const { API_SOURCE_PATH } = require('../config');
const packageMap = {
animations: ['animations/index.ts', 'animations/browser/index.ts', 'animations/browser/testing/index.ts'],
common: ['common/index.ts', 'common/testing/index.ts', 'common/http/index.ts', 'common/http/testing/index.ts'],
common: ['common/index.ts', 'common/testing/index.ts', 'common/upgrade/index.ts', 'common/http/index.ts', 'common/http/testing/index.ts'],
core: ['core/index.ts', 'core/testing/index.ts'],
elements: ['elements/index.ts'],
forms: ['forms/index.ts'],