Skip to content

Commit ee97dc2

Browse files
committed
Removes intellij artifacts from the ci cache
1 parent 9f545f1 commit ee97dc2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/actions/setup-and-build/action.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ runs:
5757
shell: bash
5858
env:
5959
NODE_OPTIONS: '--max_old_space_size=4096'
60-
run: pnpm build
61-
60+
run: |
61+
pnpm build
62+
rm -rf packages/intellij-extension/build
63+
6264
- name: Cache build output
6365
if: steps.restore-cache.outputs.cache-hit != 'true'
6466
uses: actions/cache@v4

0 commit comments

Comments
 (0)