Skip to content

Commit

Permalink
Remove clean pre-build step (#4611)
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion authored Oct 2, 2022
1 parent 5151bc2 commit 7ebe81e
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 @@ -9,7 +9,7 @@
],
"scripts": {
"clean": "rm -rf ./packages/*/lib ./packages/*/*.tsbuildinfo",
"build": "yarn clean && lerna run build",
"build": "lerna run build",
"build:docs": "lerna run build:refdocs && ./scripts/prepare-docs.sh",
"build:lib:watch": "lerna run build:lib:watch --parallel",
"build:types:watch": "lerna run build:types:watch --parallel",
Expand Down

0 comments on commit 7ebe81e

Please sign in to comment.