Skip to content

Commit

Permalink
remove unnecessary build steps (#501)
Browse files Browse the repository at this point in the history
* remove unnecessary build steps

* bring back build for publint
  • Loading branch information
dferber90 authored Nov 29, 2023
1 parent 26a2acb commit ea7e1bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
},
"lint": {
"dependsOn": ["^build", "build"]
"dependsOn": ["^build"]
},
"type-check": {
"dependsOn": ["^build", "build"]
"dependsOn": ["^build"]
},
"test": {
"dependsOn": ["^build", "build"]
"dependsOn": ["^build"]
},
"publint": {
"dependsOn": ["^build", "build"]
Expand Down

1 comment on commit ea7e1bd

@vercel
Copy link

@vercel vercel bot commented on ea7e1bd Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.