Skip to content

Commit a7f8fc1

Browse files
committed
trigger ci
1 parent d0e7457 commit a7f8fc1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: npm ci
144144

145145
- name: Install source
146-
run: npm ci --prefix source
146+
run: npm i --prefix source
147147

148148
- name: Install examples
149149
run: npm ci --prefix examples

examples/src/pages/tests/table/dnd/dnd-test.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export default test.describe.parallel('DND', () => {
6666
});
6767

6868
DragManager.registerDragInteractionTarget(list1);
69+
6970
const dragOperation = DragManager.startDrag(
7071
{
7172
listId: 'list1',

0 commit comments

Comments
 (0)