Add type-check back

This commit is contained in:
Aditya Thakral 2021-04-01 19:07:50 -04:00
parent 7e9ff1dfb9
commit 4c4a7d7009
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"format": "prettier --write './**/*'",
"format:check": "prettier --check './**/*'",
"lint": "eslint \"{pages,components}/**/*.{js,ts,tsx,jsx}\" --quiet --fix",