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 b22aecd commit 09ee926Copy full SHA for 09ee926
.github/workflows/compressed-diff.yml
@@ -23,12 +23,14 @@ jobs:
23
cache: 'npm'
24
- name: Install Dependencies
25
run: |
26
- npm ci --legacy-peer-deps
+ npm ci
27
cd pro__premium_only
28
29
+ - name: Build Project
30
+ run: |
31
+ npm run build:no-translate
32
- uses: preactjs/compressed-size-action@v2
33
with:
34
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- clean-script: "clean"
35
pattern: "./build/stackable/**"
36
exclude: "{**/*.map,**/node_modules/**}"
0 commit comments