Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

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 committed Apr 1, 2020
1 parent bf45717 commit 39d983a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
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 39d983a

Please sign in to comment.