Commit f0bef330 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

ci: Increase verbosity of post download format

parent 9b46ce1a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
    "build": "run-s build:pdf build:src",
    "preview": "astro preview",
    "astro": "astro",
    "format": "./acorn format --path src/data",
    "format": "./acorn format --path src/data -vv",
    "lint:code": "eslint --fix --config ./eslint.config.js",
    "lint:data": "./acorn check --path src/data",
    "lint": "run-p lint:*"