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 5cd145e commit 3f8dd99Copy full SHA for 3f8dd99
.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+\\."
188
omit-unchanged: true
189
+ install-script: "yarn install --frozen-lockfile"
0 commit comments