Skip to content

Commit

Permalink
rollback turbo - vercel deploy fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Jun 18, 2024
1 parent 2050e3f commit d43156f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
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
Binary file modified bun.lockb
Binary file not shown.
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.5.0",
"prettier-plugin-tailwindcss": "0.6.5",
"rimraf": "5.0.7",
"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 d43156f

Please sign in to comment.