feat: add formating to build step

This commit is contained in:
Emmanuel 2025-06-28 08:59:36 +02:00
parent b7aee1740e
commit 22a317f56e

View file

@ -10,7 +10,7 @@
"author": "Emmanuel Raviart <emmanuel@raviart.com>",
"type": "module",
"scripts": {
"build": "vite build && npm run package && npm run build:doc:api && npm run build:json-schemas",
"build": "vite build && npm run package && npm run build:doc:api && npm run build:json-schemas && npm run format",
"build:doc:api": "typedoc --plugin typedoc-plugin-markdown --out ./doc/api --readme none --skipErrorChecking",
"build:json-schemas": "tsx src/scripts/generate_legifrance_json_schemas.ts",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",