ci: remove tsc

This commit is contained in:
apotdevin 2021-12-08 00:55:20 -05:00
parent 38d98d87ce
commit 14eb0a3307
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457
2 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: Test and Build
name: Build
on:
push:
@ -25,7 +25,6 @@ jobs:
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
- name: Install deps
run: npm ci
- name: Test and build
- name: Build
run: |
npm run tsc
npm run build

View file

@ -16,7 +16,6 @@
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"lint-staged": "lint-staged",
"generate": "graphql-codegen --config codegen.yml",
"tsc": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",