consume getJson function for better error messages

This commit is contained in:
eric sciple 2020-02-05 11:04:09 -05:00
parent d123f10543
commit cf70565bfc
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'