fix: Adjust build web CI job to use cache dependency path

This commit is contained in:
Faruk AYDIN
2024-11-19 20:50:15 +03:00
parent a6c3276104
commit 49e92e6f1d

View File

@@ -81,6 +81,7 @@ jobs:
with:
node-version: '18'
cache: 'yarn'
cache-dependency-path: packages/web/yarn.lock
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: yarn --frozen-lockfile