Skip to content

Commit

Permalink
down turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Jun 18, 2024
1 parent a0bfd98 commit abc42e3
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Empty file removed .test
Empty file.
2 changes: 1 addition & 1 deletion apps/storybook/turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["//"],
"tasks": {
"pipeline": {
"build": {
"outputs": ["storybook-static/**"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/web/turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["//"],
"tasks": {
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-tailwindcss": "0.5.13",
"rimraf": "5.0.5",
"turbo": "2.0.4"
"turbo": "1.13.4"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/cli/turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["//"],
"tasks": {
"pipeline": {
"build": {
"outputs": ["dist/**"]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["//"],
"tasks": {
"pipeline": {
"build": {
"outputs": ["dist/**"]
}
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"pipeline": {
"build": {
"dependsOn": ["^build"]
},
Expand Down

0 comments on commit abc42e3

Please sign in to comment.