fix: fix storybook:build cache output path (#5336)

This commit is contained in:
Thaïs
2024-05-08 11:51:09 +02:00
committed by GitHub
parent 863554bb13
commit 8c85e7bf61
2 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,6 @@ runs:
.nx/cache
node_modules/.cache
packages/*/node_modules/.cache
packages/twenty-front/storybook-static
key: tasks-cache-${{ github.ref_name }}-${{ inputs.tag }}-${{ steps.tasks-key.outputs.key }}${{ inputs.suffix }}-${{ github.sha }}
restore-keys: |
tasks-cache-${{ github.ref_name }}-${{ inputs.tag }}-${{ steps.tasks-key.outputs.key }}${{ inputs.suffix }}-