Skip to content

Commit 5657d9c

Browse files
committed
feat: update test package.yaml
1 parent 5b46d96 commit 5657d9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: test
124124
run: cd packages/editor-core && npm test
125125

126-
test-plugin-command
126+
test-plugin-command:
127127
runs-on: ubuntu-latest
128128
steps:
129129
- name: checkout

packages/workspace/src/context/base-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class BasicContext implements IBasicContext {
9696
designer: IDesigner;
9797
registerInnerPlugins: () => Promise<void>;
9898
innerSetters: InnerSetters;
99-
innerSkeleton: InnerSkeleton;
99+
innerSkeleton: ISkeleton;
100100
innerHotkey: IHotKey;
101101
innerPlugins: ILowCodePluginManager;
102102
canvas: IPublicApiCanvas;

0 commit comments

Comments
 (0)