From 4453a1855591ce4dd039045c30ab91fa1441ff7e Mon Sep 17 00:00:00 2001 From: SavelevMatthew Date: Tue, 5 Nov 2024 22:09:13 +0500 Subject: [PATCH] ci(global): INFRA-648 added catch-files --- apps/condo/pages/billing/index.tsx | 3 +++ apps/resident-app | 2 +- tst1.ts | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 tst1.ts diff --git a/apps/condo/pages/billing/index.tsx b/apps/condo/pages/billing/index.tsx index f95279ff94c..ab6a429b14d 100644 --- a/apps/condo/pages/billing/index.tsx +++ b/apps/condo/pages/billing/index.tsx @@ -1,3 +1,6 @@ +// Should throw on changed file + +import { pick } from 'lodash' import get from 'lodash/get' import React, { useCallback } from 'react' diff --git a/apps/resident-app b/apps/resident-app index 85157f90603..c91c3c5a1ee 160000 --- a/apps/resident-app +++ b/apps/resident-app @@ -1 +1 @@ -Subproject commit 85157f9060383aa28c7707afc21f357daf11a249 +Subproject commit c91c3c5a1eeabb0881527a64f082680a9a9d2036 diff --git a/tst1.ts b/tst1.ts new file mode 100644 index 00000000000..6057cafee44 --- /dev/null +++ b/tst1.ts @@ -0,0 +1,15 @@ +// Should throw on new file + + +import { keyframes } from '@emotion/core' +import { css, jsx } from '@emotion/react' +import styled from '@emotion/styled' +import { cache } from 'emotion' +import { extractCritical } from 'emotion-server' +import { get } from 'lodash' + +import { Contact } from '@condo/domains/contact/utils/clientSchema' + + + +