File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 "build" : {
66 "dependsOn" : [" ^build" ],
77 "inputs" : [" $TURBO_DEFAULT$" , " .env*" ],
8- "outputs" : [" build /**" , " dist/**" , " esm/**" ]
8+ "outputs" : [" .next /**" , " dist/**" , " esm/**" ]
99 },
1010 "dev" : {
1111 "inputs" : [" $TURBO_DEFAULT$" , " .env*" ],
2020 "check" : {
2121 "inputs" : [" $TURBO_DEFAULT$" , " .env*" ],
2222 "dependsOn" : [" ^build" , " ^check" ],
23- "outputs" : [" build /**" , " dist/**" , " esm/**" ]
23+ "outputs" : [" .next /**" , " dist/**" , " esm/**" ]
2424 },
2525 "check:type" : {
2626 "inputs" : [" $TURBO_DEFAULT$" , " .env*" ],
2727 "dependsOn" : [" ^build" , " ^check:type" ],
28- "outputs" : [" build /**" , " dist/**" , " esm/**" ]
28+ "outputs" : [" .next /**" , " dist/**" , " esm/**" ]
2929 },
3030 "check:lint" : {
3131 "inputs" : [" $TURBO_DEFAULT$" , " .env*" ],
You can’t perform that action at this time.
0 commit comments