There was an error while loading. Please reload this page.
1 parent 9f545f1 commit 5fce706Copy full SHA for 5fce706
.github/actions/setup-and-build/action.yaml
@@ -59,6 +59,9 @@ runs:
59
NODE_OPTIONS: '--max_old_space_size=4096'
60
run: pnpm build
61
62
+ - name: Remove unwanted cached directories
63
+ run: rm -rf packages/intellij-extension/build
64
+
65
- name: Cache build output
66
if: steps.restore-cache.outputs.cache-hit != 'true'
67
uses: actions/cache@v4
0 commit comments