Skip to content

Commit ece0525

Browse files
committed
workflow fix
1 parent f0a51c6 commit ece0525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/tsgen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Command} from '@contentstack/cli-command'
2-
import {FlagInput, flags} from '@contentstack/cli-utilities'
2+
import {flags} from '@contentstack/cli-utilities'
33
import {getGlobalFields, stackConnect, StackConnectionConfig, generateGraphQLTypeDef} from '../lib/stack/client'
44
import {ContentType} from '../lib/stack/schema'
55
import tsgenRunner from '../lib/tsgen/runner'

0 commit comments

Comments
 (0)