-
-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #1431 **Changes** - Initial execution of the `main` workflow: [12m 55s](https://github.com/amannn/next-intl/actions/runs/11462382739/job/31893635415) - Fully parallel: [9m 52s](https://github.com/amannn/next-intl/actions/runs/11481323357/job/31951728474) - Full turbo 🚀: [1m 9s](https://github.com/amannn/next-intl/actions/runs/11482176723/job/31954582003) One thing that's missing is getting `--affected` to work correctly (see warning in [job](https://github.com/amannn/next-intl/actions/runs/11482906244/job/31957091334?pr=1449)).
- Loading branch information
Showing
5 changed files
with
57 additions
and
52 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
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ node_modules/ | |
dist/ | ||
.next/ | ||
tsconfig.tsbuildinfo | ||
.turbo |
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 |
---|---|---|
|
@@ -2,11 +2,7 @@ | |
"name": "root", | ||
"private": true, | ||
"scripts": { | ||
"build": "turbo run build --env-mode=loose", | ||
"test": "turbo run test --concurrency 1 --env-mode=loose", | ||
"lint": "turbo run lint --env-mode=loose", | ||
"postinstall": "turbo run build --filter './packages/**' --env-mode=loose", | ||
"size": "turbo run size --env-mode=loose", | ||
"postinstall": "turbo run build --filter './packages/**'", | ||
"publish": "lerna publish" | ||
}, | ||
"devDependencies": { | ||
|
@@ -24,7 +20,7 @@ | |
"conventional-changelog-conventionalcommits": "^7.0.0", | ||
"execa": "^9.2.0", | ||
"rollup": "^4.18.0", | ||
"turbo": "^2.0.4" | ||
"turbo": "^2.2.3" | ||
}, | ||
"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