From 5fe0758427459757a52c32922e3cbc28b7a9d468 Mon Sep 17 00:00:00 2001 From: ctot-nondef Date: Thu, 16 May 2024 16:04:09 +0200 Subject: [PATCH] ci: increasing loglevel for build --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ca88fc5..82f57e9 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "analyze": "nuxt analyze", "build": "nuxt build --dotenv ./.env.local", "dev": "nuxt dev --dotenv ./.env.local", + "build": "nuxt build --dotenv ./.env.local --log-level verbose", "format:check": "prettier . \"!./content/**\" --cache --check --ignore-path ./.gitignore", "format:fix": "pnpm run format:check --write", "lint:check": "run-p --continue-on-error \"lint:*:check\"",