ci(release-it): add release-it to auto-generate changelogs and release to github

This commit is contained in:
Amruth Pillai
2022-03-09 19:15:20 +01:00
parent 6255849822
commit 5d37dcb0ed
6 changed files with 1650 additions and 76 deletions

View File

@ -7,7 +7,7 @@ import { join } from 'path';
import { PDFDocument } from 'pdf-lib';
import { Browser, chromium } from 'playwright-chromium';
export const DELETION_TIME = 10 * 1000 * 1000; // 10 seconds
export const DELETION_TIME = 10 * 1000; // 10 seconds
@Injectable()
export class PrinterService implements OnModuleInit, OnModuleDestroy {