Skip to content

Commit

Permalink
revert(root): add back the standalone clean turbo script
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Dec 8, 2022
1 parent a23f94f commit 4fc801f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"commit": "git-cz",
"prepare": "husky install",
"bootstrap:ci": "pnpm i --frozen-lockfile",
"clean": "turbo run clean --parallel",
"lint": "turbo run lint --parallel",
"test": "turbo run test --parallel",
"test:watch": "turbo run test:watch",
Expand Down
3 changes: 3 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"clean": {
"cache": false
},
"lint": {
"outputs": []
},
Expand Down

0 comments on commit 4fc801f

Please sign in to comment.