Skip to content

Commit

Permalink
Revert "build: clean up tsbuild.info, too"
Browse files Browse the repository at this point in the history
This reverts commit bf45717.
  • Loading branch information
ktmud authored and zhaoyongjie committed Nov 26, 2021
1 parent 5f87db7 commit 6f42844
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"demo": "cd packages/demo && yarn demo:build",
"storybook": "cd packages/demo && yarn storybook",
"sb": "yarn storybook",
"clean": "rm -rf ./{packages,plugins}/**/{lib,esm,tsbuild.info}",
"clean": "rm -rf ./{packages,plugins}/**/{lib,esm}",
"commit": "superset-commit",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 10",
"format": "yarn prettier --write",
Expand Down

0 comments on commit 6f42844

Please sign in to comment.