Skip to content

Commit

Permalink
fix: skip cache on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
driimus committed May 12, 2024
1 parent b73ea0f commit 2aff89b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
NX_SKIP_NX_CACHE: true
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
"inputs": ["production", "^production"],
"cache": false
},
"e2e": {
"dependsOn": ["^build"]
Expand Down

0 comments on commit 2aff89b

Please sign in to comment.