install then build
All checks were successful
Distribution check / Generated files check (push) Successful in -2m2s
NPM Audit Check / Check NPM audit (push) Successful in -2m9s
Unit tests / Unit tests (latest) (push) Successful in -2m2s
Unit tests / Unit tests (lts/*) (push) Successful in -2m1s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -2m1s

This commit is contained in:
2025-11-05 02:13:18 -05:00
parent a8fb95f7b7
commit de32e6f5f4

View File

@@ -28,7 +28,8 @@ jobs:
check-latest: true
- name: Build
run: npm run build
run: |
npm install && npm run build
- name: check for diff
run: git update-index --refresh