diff --git a/scripts/generate-demo-routes-file.ts b/scripts/generate-demo-routes-file.ts index ca14ed67b..7add4f893 100644 --- a/scripts/generate-demo-routes-file.ts +++ b/scripts/generate-demo-routes-file.ts @@ -4,7 +4,7 @@ import {join} from 'path'; import {DemoPath} from '../projects/demo/src/app/constants/demo-path'; import {infoLog, SMALL_TAB_SYMBOL, titleLog} from './helpers/colored-log'; -const EXCEPTIONS = ['/', `${DemoPath.Angular}/Setup`]; +const EXCEPTIONS = ['/', `${DemoPath.Angular}/Setup`, `${DemoPath.PhonePackage}/API`]; /** * This script is required for correct of `nx prerender demo` command.