chore: restore turborepo next-auth#build.outputs

This commit is contained in:
Thang Vu
2023-01-01 22:06:50 +07:00
parent 3120d28299
commit 77d8f47f51

View File

@@ -13,7 +13,22 @@
"dependsOn": ["^build"]
},
"next-auth#build": {
"dependsOn": ["^build"]
"dependsOn": ["^build"],
"outputs": [
"lib/**",
"css/**",
"jwt/**",
"react/**",
"next/**",
"client/**",
"providers/**",
"core/**",
"index.d.ts",
"index.js",
"adapters.d.ts",
"middleware.d.ts",
"middleware.js"
]
},
"clean": {
"cache": false