pre-build packages before docs dev script with turbo

This commit is contained in:
Balázs Orbán
2023-02-03 15:16:44 +01:00
parent d195381224
commit 7794b6dfbb

View File

@@ -43,6 +43,10 @@
},
"@next-auth/upstash-redis-adapter#test": {
"env": ["UPSTASH_REDIS_KEY", "UPSTASH_REDIS_URL"]
},
"docs#dev": {
"dependsOn": ["^build"],
"cache": false
}
}
}