From 61c9adbc2394d9a0bb1faeaed8ffd0f8e2251ea0 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 2 Sep 2022 22:03:20 +0200 Subject: [PATCH] feat: add typescript checking via yarn lint target --- client/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/client/package.json b/client/package.json index 535a690..50d85cc 100644 --- a/client/package.json +++ b/client/package.json @@ -3,6 +3,7 @@ "version": "2.0", "private": true, "scripts": { + "lint": "tsc-strict", "build": "nuxt build", "dev": "nuxt dev", "generate": "nuxt generate",