Skip to content

Commit 9ca1673

Browse files
committed
deleted datepicker and check build
1 parent ace089c commit 9ca1673

File tree

5 files changed

+4
-303
lines changed

5 files changed

+4
-303
lines changed

.github/workflows/integration.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
with:
1717
node-version: '20.x'
1818
- run: npm ci
19-
- run: npm run test-format
19+
- name: Test format
20+
run: npm run test-format
21+
- name: Build
22+
run: npm run build

src/app/components/datepicker/datepicker.component.css

Whitespace-only changes.

src/app/components/datepicker/datepicker.component.html

-166
This file was deleted.

src/app/components/datepicker/datepicker.component.spec.ts

-21
This file was deleted.

src/app/components/datepicker/datepicker.component.ts

-115
This file was deleted.

0 commit comments

Comments
 (0)