fixing tsc errors
This commit is contained in:
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user