Skip to content

Commit 1b3bb38

Browse files
flochazFlorian Chazal
authored and
Florian Chazal
committed
back to all
1 parent 66b17c3 commit 1b3bb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_lint_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Packages size report
6060
uses: flochaz/pkg-size-action@v1.2.12
6161
with:
62-
build-command: mkdir dist && npm run lerna-package && bash -c "mv ./packages/metrics/dist/* dist/" && ls dist
62+
build-command: mkdir dist && npm run lerna-package && bash -c "mv ./packages/*/dist/* dist/" && ls dist
6363
dist-directory: /dist
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)