chore: add command to cleanup tsc buildinfo

This commit is contained in:
Jesse Yang 2020-09-03 18:10:16 -07:00 committed by Yongjie Zhao
parent 36c9805e89
commit 73856a305a
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
"babel:esm": "nimbus babel --clean --workspaces=\"@superset-ui/!(plugins-demo)\" --esm",
"build:assets": "node ./scripts/buildAssets.js",
"clean": "rm -rf ./packages/**/{lib,esm}",
"clean-tsc": "rm -rf ./packages/**/tsconfig.tsbuildinfo",
"commit": "superset-commit",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"format": "yarn prettier --write",