diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e84512e..45050fa 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -26,6 +26,10 @@ jobs: with: patterns: |- **/yarn.lock + **/*.js + **/*.jsx + **/*.ts + **/*.tsx - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT