Skip to content

Commit

Permalink
🔧 Make sure build:ci scripts are present
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Mar 29, 2024
1 parent ac612f4 commit 861a0ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
"outputs": ["dist/**", ".next/**", "zig-cache/**", "zig-out/**"]
},
"build:ci": {
"dependsOn": ["^build:ci"],
"outputs": ["dist/**", ".next/**", "zig-cache/**", "zig-out/**"]
},
"lint": {},
"lint:fix": {}
Expand Down

0 comments on commit 861a0ba

Please sign in to comment.