Skip to content

Commit 70a8e67

Browse files
chore(turbo): add build as lint task dependency (#178)
1 parent 8a0971a commit 70a8e67

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

turbo.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
"build/**"
1111
]
1212
},
13-
"lint": {},
13+
"lint": {
14+
"dependsOn": [
15+
"^build"
16+
]
17+
},
1418
"test": {
1519
"dependsOn": [
1620
"^build",

0 commit comments

Comments
 (0)