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
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'