Skip to content

Commit d0acbad

Browse files
committed
Update pr pipeline
1 parent 594ea7c commit d0acbad

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
- name: Install dependencies
2626
run: pnpm install --frozen-lockfile
2727

28+
- name: Build
29+
run: pnpm build
30+
2831
- uses: preactjs/compressed-size-action@v2
2932
with:
3033
repo-token: '${{ secrets.GITHUB_TOKEN }}'
31-
pattern: "packages/react-use-intercom/dist/**/*.js"
34+
pattern: "{**/dist/**/*.{mjs,js}"

0 commit comments

Comments
 (0)