Skip to content

Commit e986dc7

Browse files
fix: exclude native-widgets from pnpm build filter
1 parent 32f99b7 commit e986dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
- name: "Installing dependencies"
5757
run: pnpm install
5858
- name: "Running build for development"
59-
run: pnpm -r --filter=$(if [ "${{ steps.files.outputs.global_files }}" = "" ] && ${{ github.event_name == 'pull_request' }}; then echo '...[origin/main]'; else echo '**'; fi) run build
59+
run: pnpm -r --filter='!native-widgets' --filter=$(if [ "${{ steps.files.outputs.global_files }}" = "" ] && ${{ github.event_name == 'pull_request' }}; then echo '...[origin/main]'; else echo '**'; fi) run build
6060
env:
6161
NODE_OPTIONS: --max_old_space_size=8192

0 commit comments

Comments
 (0)