Skip to content

Commit

Permalink
Qfix: remove types cmd (#7962)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Zinoviev <[email protected]>
  • Loading branch information
lexiv0re authored Feb 7, 2025
1 parent 1ad0e7f commit b9deda4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,20 @@
"description": "Clean typescript incremental cache",
"safeForSimultaneousRushProcesses": true,
"shellCommand": "find .|grep tsBuildInfoFile.info | xargs rm | pwd && rush dorevalidate"
},
},
{
"commandKind": "bulk",
"name": "remove-ts-types",
"summary": "Clean validate types",
"description": "Clean validate types",
"shellCommand": "rm -rf ./types",
"enableParallelism": true,
"incremental": false,
"ignoreDependencyOrder": true,
"ignoreMissingScript": true,
"disableBuildCache": true,
"allowWarningsInSuccessfulBuild": true
},
{
"commandKind": "global",
"name": "model-version",
Expand Down

0 comments on commit b9deda4

Please sign in to comment.