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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user