consume getJson function for better error messages (#110)

This commit is contained in:
eric sciple 2020-02-05 11:20:33 -05:00 committed by GitHub
parent d123f10543
commit 1c5c1375b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 135 additions and 31 deletions

View file

@ -22,7 +22,6 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run format-check
- run: npm run pack
- run: npm test
- name: Verify no unstaged changes
if: runner.os != 'windows'