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 e7b551c commit baa5630Copy full SHA for baa5630
.github/workflows/impress-frontend.yml
@@ -177,12 +177,13 @@ jobs:
177
uses: preactjs/compressed-size-action@v2
178
with:
179
repo-token: "${{ secrets.GITHUB_TOKEN }}"
180
- build-script: "build"
181
- pattern: "./out/**/*.{css,js,html}"
+ build-script: "app:build"
+ pattern: "apps/impress/out/**/*.{css,js,html}"
182
exclude: "{**/*.map,**/node_modules/**}"
183
minimum-change-threshold: 500
184
compression: "gzip"
185
- cwd: "./src/frontend/apps/impress"
+ cwd: "./src/frontend"
186
show-total: true
187
- strip-hash: "\\b\\w+\\."
+ strip-hash: "[-_.][a-f0-9]{8,}(?=\\.(?:js|css|html)$)"
188
omit-unchanged: true
189
+ install-script: "yarn install --frozen-lockfile"
0 commit comments