Skip to content

Commit 3859857

Browse files
committed
Fix generation output type check
1 parent 32c23a5 commit 3859857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"kibana": "KIBANA=true ts-node src/client.ts",
1111
"lint": "ts-standard src",
1212
"lint:fix": "ts-standard --fix src",
13-
"is-valid-output": "tsc --noEmit",
13+
"is-valid-output": "tsc --noEmit ../output/typescript/types.ts",
1414
"test": "npm run lint",
1515
"build": "rm -rf lib && tsc"
1616
},

0 commit comments

Comments
 (0)