Skip to content

Commit

Permalink
update lint script dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Valen committed Jan 5, 2024
1 parent f41504a commit e75a64a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"lint": {},
"lint": {
"dependsOn": ["^build"]
},
"test": {
"inputs": ["src/**/*.tsx", "src/**/*.ts", "test/**/*.ts", "test/**/*.tsx"]
}
Expand Down

0 comments on commit e75a64a

Please sign in to comment.