Skip to content

Commit

Permalink
Merge pull request #7 from recruitex/update_turborepo
Browse files Browse the repository at this point in the history
Update turborepo
  • Loading branch information
stepaniukm authored Jul 2, 2024
2 parents 747d34c + 91d9f1a commit 377603b
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 54 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"@vercel/style-guide": "^6.0.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"turbo": "latest"
"turbo": "^2.0.1"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].4",
"engines": {
"node": ">=18",
"pnpm": ">=9"
Expand Down
93 changes: 46 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 14 additions & 5 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"globalDependencies": [
"**/.env.*local"
],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
"dependsOn": [
"^build"
],
"outputs": [
".next/**",
"!.next/cache/**"
]
},
"lint": {
"dependsOn": ["^lint"]
"dependsOn": [
"^lint"
]
},
"dev": {
"cache": false,
Expand Down

0 comments on commit 377603b

Please sign in to comment.