fix: github action

This commit is contained in:
apotdevin 2021-12-07 22:37:06 -05:00
parent 4eba4fd5a5
commit ed234f2fcf
No known key found for this signature in database
GPG Key ID: 4403F1DFBE779457
2 changed files with 0 additions and 2 deletions

View File

@ -27,6 +27,5 @@ jobs:
run: npm ci
- name: Test and build
run: |
npm test
npm run tsc
npm run build

View File

@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited