fix(ci): skip validate-pack in windows portability job

This commit is contained in:
Jeremy 2026-04-10 20:49:03 -05:00
parent 153ed252fe
commit 897e4b6bc1

View file

@ -180,9 +180,6 @@ jobs:
- name: Typecheck extensions
run: npm run typecheck:extensions
- name: Validate package is installable
run: npm run validate-pack
- name: Run unit tests
run: npm run test:unit