Skip to content

Commit 0240ac0

Browse files
authored
chore: update turbo version (#1865)
1 parent 8f81479 commit 0240ac0

File tree

4 files changed

+86
-82
lines changed

4 files changed

+86
-82
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ aws-exports.ts
88
!examples/**/aws-exports.js
99
# .npmrc is used in our deployment procedure to login to npm. Ignored for security.
1010
.npmrc
11+
# used by turbo for logs
12+
.turbo
1113

1214
# flutter assets are built with `yarn flutter:build` and should not be checked in to source control
1315
**/public/flutter/**/

package.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,6 @@
2424
"version:latest": "yarn changeset version && yarn angular build",
2525
"publish:latest": "yarn changeset publish"
2626
},
27-
"turbo": {
28-
"baseBranch": "origin/main",
29-
"pipeline": {
30-
"build": {
31-
"outputs": [
32-
".next/**",
33-
"dist/**"
34-
],
35-
"dependsOn": [
36-
"^build"
37-
]
38-
},
39-
"clean": {
40-
"cache": false
41-
}
42-
}
43-
},
4427
"workspaces": [
4528
"docs",
4629
"angular-docs",
@@ -75,7 +58,7 @@
7558
"prettier": "2.4.1",
7659
"rimraf": "^3.0.2",
7760
"tsup": "^5.11.9",
78-
"turbo": "^1.0.23",
61+
"turbo": "^1.2.8",
7962
"typescript": "^4.6.3",
8063
"wait-on": "^6.0.0"
8164
}

turbo.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://turborepo.org/schema.json",
3+
"baseBranch": "origin/main",
4+
"pipeline": {
5+
"build": {
6+
"outputs": [".next/**", "dist/**"],
7+
"dependsOn": ["^build"]
8+
},
9+
"clean": {
10+
"cache": false
11+
}
12+
}
13+
}

yarn.lock

Lines changed: 70 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)