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 680eef3 commit 91d62e6Copy full SHA for 91d62e6
.github/workflows/premerge.yml
@@ -35,12 +35,18 @@ jobs:
35
fi
36
37
- name: Build
38
- run: npm run build
+ run: VITE_BUNDLE_ANALYZER_MODE=static npm run build
39
working-directory: ./plugin
40
41
- name: Test
42
run: npm run test
43
44
+
45
+ - name: Upload artifacts
46
+ uses: actions/upload-artifact@v6
47
+ with:
48
+ name: Bundle analysis
49
+ path: ./plugin/dist/stats.html
50
docs:
51
runs-on: ubuntu-latest
52
steps:
0 commit comments