We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e022f commit c1f6565Copy full SHA for c1f6565
.github/workflows/deploy-examples.yml
@@ -32,6 +32,8 @@ jobs:
32
run: yarn install
33
- name: Build
34
run: yarn build
35
+ - name: Delete node_modules
36
+ run: rm -rf vanilla-js-app/node_modules && rm -rf webpack-app/node_modules
37
- name: Upload artifact
38
uses: actions/upload-artifact@v4
39
with:
0 commit comments