Skip to content

Commit 0f15a1d

Browse files
committed
Cleanup type output before building new types (#77211)
1 parent 1d20c55 commit 0f15a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)