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 56a1a53 commit 0416ecfCopy full SHA for 0416ecf
.github/workflows/bundle-size-check.yml
@@ -34,13 +34,12 @@ jobs:
34
with:
35
ref: ${{ github.base_ref }}
36
submodules: true
37
- clean: false
+
38
+ - name: Setup and build base branch
39
+ uses: ./.github/actions/prepare-playground
40
41
- name: Build base branch website
- run: |
- # Clean previous build
42
- rm -rf dist/packages/playground/wasm-wordpress-net
43
- npx nx build playground-website
+ run: npx nx build playground-website
44
45
- name: Analyze base bundle size
46
run: node tools/scripts/analyze-bundle-size.mjs
0 commit comments