From 3e2fc33b74c8d02ca5ee0bf19cc848f2ea7b4a89 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Wed, 12 Oct 2022 08:17:20 +0200 Subject: [PATCH] fix(package): correct typecheck command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a014ae2..d40c77bb 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "build": "nuxt-module-build", "dev": "nuxi dev playground", "dev:build": "nuxi build playground", - "lint": "eslint --ext .js,.ts,.vue . && nuxi typecheck --rootDir playground", + "lint": "eslint --ext .js,.ts,.vue . && nuxi typecheck playground", "prepack": "yarn build", "prepare": "nuxt-module-build --stub && nuxi prepare playground", "release": "release-it"