Skip to content

Commit

Permalink
Build tasks for the example apps depend on shared and core files too
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Apr 12, 2024
1 parent 42f3ba6 commit 03f86c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/aws-app/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"pipeline": {
"build": {
"inputs": [
"../../packages/core/src/**/*",
"../shared-app/src/**/*",
"src/**/*",
"package.json",
"tailwind.config.cjs",
Expand All @@ -13,6 +15,8 @@
},
"build:dev": {
"inputs": [
"../../packages/core/src/**/*",
"../shared-app/src/**/*",
"src/**/*",
"package.json",
"tailwind.config.cjs",
Expand Down
4 changes: 4 additions & 0 deletions apps/cloudflare-app/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"pipeline": {
"build": {
"inputs": [
"../../packages/core/src/**/*",
"../shared-app/src/**/*",
"src/**/*",
"package.json",
"tailwind.config.cjs",
Expand All @@ -13,6 +15,8 @@
},
"build:dev": {
"inputs": [
"../../packages/core/src/**/*",
"../shared-app/src/**/*",
"src/**/*",
"package.json",
"tailwind.config.cjs",
Expand Down
4 changes: 4 additions & 0 deletions apps/vercel-app/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"pipeline": {
"build": {
"inputs": [
"../../packages/core/src/**/*",
"../shared-app/src/**/*",
"src/**/*",
"package.json",
"tailwind.config.cjs",
Expand All @@ -13,6 +15,8 @@
},
"build:dev": {
"inputs": [
"../../packages/core/src/**/*",
"../shared-app/src/**/*",
"src/**/*",
"package.json",
"tailwind.config.cjs",
Expand Down

0 comments on commit 03f86c7

Please sign in to comment.