Skip to content

Commit

Permalink
fix: build loglevel back to default
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed May 17, 2024
1 parent 6bdf2c1 commit a1344cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"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 a1344cf

Please sign in to comment.