Skip to content

Commit c1f6565

Browse files
committed
fix ci.
1 parent 42e022f commit c1f6565

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: yarn install
3333
- name: Build
3434
run: yarn build
35+
- name: Delete node_modules
36+
run: rm -rf vanilla-js-app/node_modules && rm -rf webpack-app/node_modules
3537
- name: Upload artifact
3638
uses: actions/upload-artifact@v4
3739
with:

0 commit comments

Comments
 (0)