Skip to content

Commit

Permalink
chore: disable nx caching for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Jan 1, 2024
1 parent 3cbd031 commit b418b0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/lemon-yaks-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@httpx/assert": patch
"@httpx/exception": patch
---

Release unreleased patches
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"dependsOn": ["^build-release"],
"inputs": ["default", "^public", "{workspaceRoot}/.changeset"],
"outputs": ["{projectRoot}/build", "{projectRoot}/dist"],
"cache": true
"cache": false
}
}
}

0 comments on commit b418b0b

Please sign in to comment.