Skip to content

Commit 244134f

Browse files
committed
Cleanup type output before building new types
1 parent 0207f82 commit 244134f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"uiFramework:createComponent": "cd packages/kbn-ui-framework && yarn createComponent",
6464
"uiFramework:documentComponent": "cd packages/kbn-ui-framework && yarn documentComponent",
6565
"kbn:watch": "node scripts/kibana --dev --logging.json=false",
66-
"build:types": "tsc --p tsconfig.types.json",
66+
"build:types": "rm -rf ./target/types && tsc --p tsconfig.types.json",
6767
"docs:acceptApiChanges": "node --max-old-space-size=6144 scripts/check_published_api_changes.js --accept",
6868
"kbn:bootstrap": "node scripts/build_ts_refs && node scripts/register_git_hook",
6969
"spec_to_console": "node scripts/spec_to_console",

0 commit comments

Comments
 (0)