Skip to content

Commit eb15ed6

Browse files
committed
chore: optimize builds
1 parent 8b1f354 commit eb15ed6

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
name: Run Tests
1717
runs-on: ubuntu-latest
1818

19+
env:
20+
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
21+
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
22+
TURBO_TELEMETRY_DISABLED: "1"
23+
1924
steps:
2025
- name: Checkout Repo
2126
uses: actions/checkout@v4

docs/turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"extends": ["//"],
44
"tasks": {
55
"build": {
6-
"outputs": [".next/**", ".source/**", "!.next/cache/**"]
6+
"outputs": [".next/**", ".source/**", "!.next/cache/**", ".peam/**"]
77
}
88
}
99
}

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"tasks": {
44
"build": {
55
"dependsOn": ["^build"],
6-
"outputs": ["dist/**"]
6+
"outputs": ["dist/**", "build", ".output/**"]
77
},
88
"build:watch": {
99
"cache": false,

0 commit comments

Comments
 (0)