Skip to content

Commit 09ee926

Browse files
try doing build:no-translate
1 parent b22aecd commit 09ee926

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/compressed-diff.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ jobs:
2323
cache: 'npm'
2424
- name: Install Dependencies
2525
run: |
26-
npm ci --legacy-peer-deps
26+
npm ci
2727
cd pro__premium_only
28-
npm ci --legacy-peer-deps
28+
npm ci
29+
- name: Build Project
30+
run: |
31+
npm run build:no-translate
2932
- uses: preactjs/compressed-size-action@v2
3033
with:
3134
repo-token: "${{ secrets.GITHUB_TOKEN }}"
32-
clean-script: "clean"
3335
pattern: "./build/stackable/**"
3436
exclude: "{**/*.map,**/node_modules/**}"

0 commit comments

Comments
 (0)