diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f158589..f936859 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/nx.json b/nx.json index 94cfd81..db7bdf1 100644 --- a/nx.json +++ b/nx.json @@ -8,7 +8,8 @@ "targetDefaults": { "build": { "dependsOn": ["^build"], - "inputs": ["production", "^production"] + "inputs": ["production", "^production"], + "cache": false }, "e2e": { "dependsOn": ["^build"]