From 1b4c178813525f707e6f30e9b98fb84c903f6480 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 23 Sep 2024 12:20:10 +0200 Subject: [PATCH] chore(package): disable docs typecheck to release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44f383c3..aa9e6625 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "build:docs": "nuxi generate docs", "lint": "eslint .", "lint:fix": "eslint . --fix", - "typecheck": "vue-tsc --noEmit && nuxi typecheck docs", + "typecheck": "vue-tsc --noEmit", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs", "release": "release-it", "test": "vitest"