We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc5a0c commit 704c60aCopy full SHA for 704c60a
turbo.json
@@ -3,7 +3,7 @@
3
"pipeline": {
4
"build": {
5
"dependsOn": ["^build"],
6
- "outputs": [".next/**", "!.next/cache/**", "lib"]
+ "outputs": [".next/**", "!.next/cache/**", "lib", "lib/**"]
7
},
8
"test": {
9
"dependsOn": ["build"],
0 commit comments