generated from chiffre-io/template-library
-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update turborepo to v2 (#577)
* chore: Update turborepo to v2 * chore: Fix env bursting for e2e run task Turbo 2 requires being explicit about the env vars consumed in each task (not inheriting the parent tasks') vercel/turborepo#8182
- Loading branch information
Showing
3 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,9 @@ | |
"url": "https://github.com/47ng/nuqs" | ||
}, | ||
"scripts": { | ||
"dev": "FORCE_COLOR=3 turbo run dev", | ||
"build": "FORCE_COLOR=3 turbo run build", | ||
"test": "FORCE_COLOR=3 turbo run test", | ||
"dev": "turbo run dev", | ||
"build": "turbo run build", | ||
"test": "turbo run test", | ||
"prepare": "husky" | ||
}, | ||
"devDependencies": { | ||
|
@@ -24,7 +24,7 @@ | |
"husky": "^9.0.11", | ||
"npm-run-all": "^4.1.5", | ||
"semantic-release": "^23.0.8", | ||
"turbo": "^1.13.3", | ||
"turbo": "^2.0.1", | ||
"typescript": "^5.4.5" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters