Skip to content

Commit

Permalink
chore(ci): fixes poisoned turbo cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
feugy committed Jan 25, 2023
1 parent 79c3ec1 commit 1d3806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"globalEnv": ["RUNNER_OS", "NODE_VERSION"],
"pipeline": {
"build": {
"cache": false,
"outputs": ["dist/**"],
"dependsOn": ["^build"]
},
"edge-runtime#build": {
"cache": false,
"dependsOn": ["^build"],
"outputs": ["src/version.ts"]
},
Expand Down

0 comments on commit 1d3806d

Please sign in to comment.