Skip to content

Commit

Permalink
ci: fix prerender of page https://maskito.dev/addons/phone/API` (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Nov 23, 2023
1 parent de3493a commit 1a8d688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-demo-routes-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1a8d688

Please sign in to comment.