mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-20 13:34:30 +01:00
ci: remove tsc
This commit is contained in:
parent
38d98d87ce
commit
14eb0a3307
2 changed files with 2 additions and 4 deletions
5
.github/workflows/nodejs.yml
vendored
5
.github/workflows/nodejs.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue