fixing tsc errors

This commit is contained in:
Arjun Patel
2022-02-10 15:25:44 -08:00
parent bc9089d94d
commit 901df9ef8d
6 changed files with 10 additions and 28 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"check-types": "tsc --noemit",
"lint": "yarn check-types && next lint"
},
"dependencies": {
"@nirvana/common": "*",