mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
fix: Add missing type check, updated turbo config (#18341)
This commit is contained in:
parent
6239f37b5e
commit
8259b5f5c6
|
|
@ -17,7 +17,7 @@ type Props = {
|
|||
|
||||
const props = defineProps<Props>();
|
||||
|
||||
const renameInput = useTemplateRef('renameInput');
|
||||
const renameInput = useTemplateRef<{ forceFocus: () => void }>('renameInput');
|
||||
|
||||
const dataStoreStore = useDataStoreStore();
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"outputs": ["dist/**"]
|
||||
},
|
||||
"typecheck": {
|
||||
"dependsOn": ["^typecheck"]
|
||||
"dependsOn": ["^typecheck", "^build"]
|
||||
},
|
||||
"format": {},
|
||||
"format:check": {},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user