Skip to content

Commit

Permalink
fix(build): fix declarations generation (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored Feb 26, 2024
1 parent c26ad49 commit dff7b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: npm run lint
- name: Typecheck
run: npm run typecheck
- name: Build
run: npm run build

tests:
name: Tests
Expand Down
2 changes: 1 addition & 1 deletion src/components/utils/validation/datePicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type {DateTime} from '@gravity-ui/date-utils';

import {i18n} from './i18n';

interface ValidationResult {
export interface ValidationResult {
isInvalid: boolean;
errors: string[];
}
Expand Down

0 comments on commit dff7b25

Please sign in to comment.