File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://turbo.build/schema.json" ,
33 "extends" : [" //" ],
4- "pipeline " : {
4+ "tasks " : {
55 "build" : {
66 "outputs" : [" dist/**" ]
77 }
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://turbo.build/schema.json" ,
33 "globalDependencies" : [" **/.env.*local" ],
4- "pipeline " : {
4+ "tasks " : {
55 "build" : {
66 "dependsOn" : [" ^build" ],
77 "outputs" : [" .next/**" , " !.next/cache/**" ]
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://turbo.build/schema.json" ,
33 "extends" : [" //" ],
4- "pipeline " : {
4+ "tasks " : {
55 "build" : {
66 "outputs" : [" dist/**" ]
77 }
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://turbo.build/schema.json" ,
33 "globalDependencies" : [" **/.env.*local" ],
4- "pipeline " : {
4+ "tasks " : {
55 "build" : {
66 "dependsOn" : [" ^build" ],
77 "outputs" : [" .next/**" , " !.next/cache/**" ]
You can’t perform that action at this time.
0 commit comments