chore: cache output for @auth/core

This commit is contained in:
Thang Vu
2023-01-04 21:52:42 +07:00
parent 7c963515b5
commit ae5360b028

View File

@@ -21,6 +21,10 @@
"middleware.js"
]
},
"@auth/core#build": {
"dependsOn": ["^build"],
"outputs": ["lib/**", "providers/**", "*.js", "*.d.ts", "*.d.ts.map"]
},
"clean": {
"cache": false
},