Skip to content

Commit

Permalink
ci: increasing loglevel for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed May 16, 2024
1 parent 2fc0632 commit 5fe0758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand Down

0 comments on commit 5fe0758

Please sign in to comment.