Skip to content

Commit 5a51330

Browse files
committed
chore(docs): add turbo docs build dependency
1 parent b2db3ea commit 5a51330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://turborepo.org/schema.json",
33
"pipeline": {
44
"docs#build": {
5-
"dependsOn": ["^build"]
5+
"dependsOn": ["^build", "next-auth#build"]
66
},
77
"build": {
88
"dependsOn": ["^build"]

0 commit comments

Comments
 (0)